@gmb/bitmark-parser - v7.2.0
    Preparing search index...

    Interface BitWrapperJson

    interface BitWrapperJson {
        bit: BitJson;
        bitmark?: string;
        parser?: ParserJson;
    }
    Index
    bit: BitJson
    bitmark?: string
    parser?: ParserJson