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

    Type Alias TocResourceBit

    TocResourceBit: BitCommon & GroupToc & {
        body?: BodyContent;
        buttonCaption?: string;
        footer?: BodyContent;
        resource?: Resource;
        tocResource?: string[];
        type: "toc-resource";
    }