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

    Type Alias RecipeBit

    RecipeBit: BitCommon & GroupCookIngredients & {
        body?: BodyContent;
        footer?: BodyContent;
        ingredients?: RecipeBitIngredient[];
        resource?: Resource;
        type: "recipe";
    }