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

    Type Alias BookReferenceListBit

    BookReferenceListBit: BitCommon & StandardTags & {
        body?: BodyContent;
        bookReferences?: BookReferenceListBitBookReference[];
        footer?: BodyContent;
        resource?: Resource;
        type: "book-reference-list";
    }