Package: effect
Module: SchemaRepresentation
A lazily resolved representation.
Signature
export interface Suspend {
readonly _tag: "Suspend"
readonly annotations?: Schema.Annotations.Annotations | undefined
readonly checks: readonly []
readonly thunk: Representation
}
Since v4.0.0