Skip to content

@tmlmt/cooklang-parser / AddedRecipe

Interface: AddedRecipe

Defined in: types.ts:216

Represents a recipe that has been added to a shopping list.

Properties

factor

factor: number

Defined in: types.ts:220

The factor the recipe was scaled by.


recipe

recipe: Recipe

Defined in: types.ts:218

The recipe that was added.