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

    Type Alias MatchAudioBit

    MatchAudioBit: BitCommon & GroupMatch & {
        body?: BodyContent;
        footer?: BodyContent;
        pairs?: MatchAudioBitPair[];
        resource?: Resource;
        type: "match-audio";
    }