effect-io-ai

Package: effect
Module: SchemaIssue

SchemaIssue.CheckHook

Callback type used to format Filter issues into strings.

When to use

Use when customizing how makeFormatterStandardSchemaV1 renders filter failures.

Details

See

Signature

type CheckHook = (issue: Filter) => string | undefined

Source

Since v4.0.0