Preparing search index...
The search index is not available
manager-application
manager-application
utils/schema/item
IngredientInRecipe
Interface IngredientInRecipe
This interface represents an ingredient in a recipe with its name and its quantity
interface
IngredientInRecipe
{
ingredient_name
:
string
;
quantity
:
number
;
}
Index
Properties
ingredient_
name
quantity
Properties
ingredient_
name
ingredient_name
:
string
quantity
quantity
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
ingredient_
name
quantity
manager-application
Loading...
This interface represents an ingredient in a recipe with its name and its quantity