cbor2
    Preparing search index...

    Interface ITag

    interface ITag {
        contents: unknown;
        tag: TagNumber;
    }

    Implemented by

    Index

    Properties

    Properties

    contents: unknown