Envelope Pattern TypeScript - v1.0.0-alpha.20
    Preparing search index...

    Type Alias PathElementFormat

    PathElementFormat:
        | { type: "Summary"; maxLength?: number }
        | { type: "EnvelopeUR" }
        | { type: "DigestUR" }

    Format options for each path element.

    Corresponds to the Rust PathElementFormat enum in format.rs