Package: effect
Module: SchemaAST
Non-empty array of validation Check values attached to an AST node
via Base.checks.
Details
Checks are run after basic type matching succeeds. They represent
refinements like minLength, pattern, int, etc.
See
CheckFilterFilterGroupSignature
type Checks = readonly [Check<any>, ...Array<Check<any>>]
Since v4.0.0