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

    Type Alias PageProductBit

    PageProductBit: BitCommon & StandardTags & {
        body?: BodyContent;
        footer?: BodyContent;
        product?: string;
        resource?: Resource;
        slug?: string;
        type: "page-product";
    }