effect-io-ai

Package: effect
Module: SchemaIssue

SchemaIssue.LeafHook

Callback type used to format Leaf issues into strings.

When to use

Use when customizing how makeFormatterStandardSchemaV1 renders terminal issues.

See

Signature

type LeafHook = (issue: Leaf) => string

Source

Since v4.0.0