Package: effect
Module: SchemaAST
A validation check — either a single Filter or a composite
FilterGroup.
Details
Stored in the Checks array on Base.checks.
See
FilterFilterGroupSignature
type Check<T> = Filter<T> | FilterGroup<T>
Since v4.0.0