Package: effect
Module: SchemaRepresentation
A non-empty group of checks.
Signature
export interface FilterGroup {
readonly _tag: "FilterGroup"
readonly representation?: CheckRepresentationAnnotation<Representation> | undefined
readonly annotations?: Schema.Annotations.Annotations | undefined
readonly checks: readonly [Check, ...Array<Check>]
}
Since v4.0.0