effect-io-ai

Package: effect
Module: SchemaRepresentation

SchemaRepresentation.Filter

An opaque leaf check.

Signature

export interface Filter {
  readonly _tag: "Filter"
  readonly representation?: CheckRepresentationAnnotation<Representation> | undefined
  readonly annotations?: Schema.Annotations.Annotations | undefined
  readonly aborted: boolean
}

Source

Since v4.0.0