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

    Type Alias LearningDocumentationFeedbackBit

    LearningDocumentationFeedbackBit: BitCommon & GroupFeedback & {
        body?: BodyContent;
        feedbacks?: LearningDocumentationFeedbackBitFeedback[];
        footer?: BodyContent;
        resource?: Resource;
        type: "learning-documentation-feedback";
    }