Package: effect
Module: SchemaRepresentation
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>
}
Since v4.0.0