@blockchaincommons/dcbor - v1.0.0-beta.1
    Preparing search index...

    Type Alias EdgeTypeVariant

    EdgeTypeVariant:
        | { type: "none" }
        | { type: "array_element"; index: number }
        | { type: "map_key_value" }
        | { type: "map_key" }
        | { type: "map_value" }
        | { type: "tagged_content" }

    Discriminated union for edge type information. Narrow on type to reach the per-edge payloads (e.g. index on array elements).