Gordian Envelope TypeScript Library - v1.0.0-alpha.13
    Preparing search index...

    Type Alias EnvelopeFormatItem

    EnvelopeFormatItem:
        | { type: "begin"; value: string }
        | { type: "end"; value: string }
        | { type: "item"; value: string }
        | { type: "separator" }
        | { type: "list"; items: EnvelopeFormatItem[] }