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

    Type Alias CookIngredientsBit

    CookIngredientsBit: BitCommon & GroupCookIngredients & {
        body?: BodyContent;
        footer?: BodyContent;
        ingredients?: CookIngredientsBitIngredient[];
        resource?: Resource;
        type: "cook-ingredients";
    }