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

    Type Alias HandInFeedbackSelfBit

    HandInFeedbackSelfBit: BitCommon & GroupFeedback & {
        body?: BodyContent;
        feedbacks?: HandInFeedbackSelfBitFeedback[];
        footer?: BodyContent;
        resource?: Resource;
        type: "hand-in-feedback-self";
    }