effect-io-ai

Package: effect
Module: SchemaRepresentation

SchemaRepresentation.Suspend

A lazily resolved representation.

Signature

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

Source

Since v4.0.0