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

    Type Alias HandInSubmitBit

    HandInSubmitBit: BitCommon & StandardTags & {
        body?: BodyContent;
        buttonCaption?: string;
        footer?: BodyContent;
        handInInstruction?: string;
        handInRequirement?: string[];
        resource?: Resource;
        type: "hand-in-submit";
    }