Hyperlinkv0.8.0-beta.28

SchemaRepresentation

SchemaRepresentation.Suspendinterfaceeffect/SchemaRepresentation.ts:74
Suspend

A lazily resolved representation used for recursive schemas.

Details

thunk points to the actual representation, possibly via a Reference. checks is always empty on Suspend nodes.

modelsReference
export interface Suspend {
  readonly _tag: "Suspend"
  readonly annotations?: Schema.Annotations.Annotations | undefined
  readonly checks: readonly []
  readonly thunk: Representation
}
Referenced by 1 symbols