BC-DCBOR TypeScript Library - v1.0.0-alpha.13
    Preparing search index...

    Type Alias EdgeTypeVariant

    EdgeTypeVariant:
        | { type: None }
        | { type: ArrayElement; index: number }
        | { type: MapKeyValue }
        | { type: MapKey }
        | { type: MapValue }
        | { type: TaggedContent }

    Discriminated union for edge type information.