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

    Type Alias PrintBookBit

    PrintBookBit: BitCommon & GroupArticle & {
        body?: BodyContent;
        book?: string;
        buttonCaption?: string;
        footer?: BodyContent;
        reference?: string;
        referenceEnd?: string;
        resource?: Resource;
        slug?: string;
        type: "print-book";
    }