Package: effect
Module: SchemaAST
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
LinktoEncodedSignature
type Encoding = readonly [Link, ...Array<Link>]
Since v4.0.0