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

    Type Alias MatchPictureBit

    MatchPictureBit: BitCommon & GroupMatch & {
        body?: BodyContent;
        footer?: BodyContent;
        pairs?: MatchPictureBitPair[];
        resource?: Resource;
        type: "match-picture";
    }