Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Effect-TS/effect
/ Schema
Interface
Schema
packages/effect/test/Schema/Schema/annotations.test.ts:161–163 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
159
declare module
"effect/Schema"
{
160
namespace Annotations {
161
interface
Schema<A> extends Doc<A> {
162
formName?: string
163
}
164
}
165
}
166
Callers
nothing calls this directly
Implementers
15
SchemaClass
packages/effect/src/Schema.ts
LiteralClass
packages/effect/src/Schema.ts
EnumsClass
packages/effect/src/Schema.ts
DeclareClass
packages/effect/src/Schema.ts
UnionClass
packages/effect/src/Schema.ts
ElementImpl
packages/effect/src/Schema.ts
TupleTypeClass
packages/effect/src/Schema.ts
ArrayClass
packages/effect/src/Schema.ts
NonEmptyArrayClass
packages/effect/src/Schema.ts
PropertySignatureImpl
packages/effect/src/Schema.ts
PropertySignatureWithFromImpl
packages/effect/src/Schema.ts
TypeLiteralClass
packages/effect/src/Schema.ts
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…