effect-io-ai

Package: effect
Module: SchemaIssue

SchemaIssue.Formatter

A function type that converts an Issue into a formatted representation. Specialisation of the generic Formatter from Formatter.ts with Value fixed to Issue.

See

Signature

export interface Formatter<out Format> extends FormatterI<Issue, Format> {}

Source

Since v4.0.0