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

    Type Alias ChapterBit

    ChapterBit: BitCommon & StandardTags & {
        body?: BodyContent;
        footer?: BodyContent;
        level?: number;
        progress?: boolean;
        resource?: Resource;
        toc?: boolean;
        type: "chapter";
    }