effect-io-ai

Package: effect
Module: SchemaRepresentation

SchemaRepresentation.Declaration

A custom opaque declaration.

Signature

export interface Declaration {
  readonly _tag: "Declaration"
  readonly representation?: RepresentationAnnotation | undefined
  readonly annotations?: Schema.Annotations.Annotations | undefined
  readonly typeParameters: ReadonlyArray<Representation>
  readonly checks: ReadonlyArray<Check>
}

Source

Since v4.0.0