Hyperlinkv0.8.0-beta.28

SchemaAST

SchemaAST.Encodingtypeeffect/SchemaAST.ts:433
readonly [Link, ...Link[]]

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).

modelsLinkBase.encodingtoEncoded
export type Encoding = readonly [Link, ...Array<Link>]
Referenced by 11 symbols