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

    Type Alias InterviewInstructionGroupedBit

    InterviewInstructionGroupedBit: BitCommon & GroupInterview & {
        body?: BodyContent;
        footer?: BodyContent;
        questions?: InterviewInstructionGroupedBitQuestion[];
        resource?: Resource;
        type: "interview-instruction-grouped";
    }