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