effect-io-ai

Package: effect
Module: SchemaAST

SchemaAST.Encoding

A non-empty chain of Link values representing the transformation steps between a schema’s decoded (type) form and its encoded (wire) form.

Details

Stored on Base.encoding. When undefined, the node has no encoding transformation (type and encoded forms are identical).

See

Signature

type Encoding = readonly [Link, ...Array<Link>]

Source

Since v4.0.0