effect-io-ai

Package: effect
Module: SchemaRepresentation

SchemaRepresentation.FilterGroup

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>]
}

Source

Since v4.0.0