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

    Type Alias CoachSelfReflectionMultipleResponseBit

    CoachSelfReflectionMultipleResponseBit: BitCommon & GroupMultipleResponse & {
        body?: BodyContent;
        footer?: BodyContent;
        quizzes?: CoachSelfReflectionMultipleResponseBitQuiz[];
        resource?: Resource;
        type: "coach-self-reflection-multiple-response";
    }