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

    Type Alias MatchSolutionGroupedBit

    MatchSolutionGroupedBit: BitCommon & GroupMatch & {
        body?: BodyContent;
        footer?: BodyContent;
        pairs?: MatchSolutionGroupedBitPair[];
        resource?: Resource;
        type: "match-solution-grouped";
    }