Hyperlinkv0.8.0-beta.28

SchemaRepresentation

SchemaRepresentation.Filterinterfaceeffect/SchemaRepresentation.ts:501
Filter<M>

A single validation constraint with typed metadata describing the check (e.g. { _tag: "isMinLength", minLength: 3 }).

modelsCheck
export interface Filter<M> {
  readonly _tag: "Filter"
  readonly annotations?: Schema.Annotations.Filter | undefined
  readonly meta: M
}
Referenced by 3 symbols