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

    Type Alias PageOpenBookListBit

    PageOpenBookListBit: BitCommon & GroupArticle & {
        body?: BodyContent;
        book?: PageOpenBookListBitBook[];
        buttonCaption?: string;
        footer?: BodyContent;
        resource?: Resource;
        type: "page-open-book-list";
    }