effect-io-ai

Package: effect
Module: SchemaAST

SchemaAST.Check

A validation check — either a single Filter or a composite FilterGroup.

Details

Stored in the Checks array on Base.checks.

See

Signature

type Check<T> = Filter<T> | FilterGroup<T>

Source

Since v4.0.0