Preparing search index...
The search index is not available
customer-application
customer-application
utils/schema/item
Item
Interface Item
This interface represents a menu item with its name, its recipe and its price
interface
Item
{
name
:
string
;
price
:
number
;
recipe
:
IngredientInRecipe
[]
;
}
Index
Properties
name
price
recipe
Properties
name
name
:
string
price
price
:
number
recipe
recipe
:
IngredientInRecipe
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
name
price
recipe
customer-application
Loading...
This interface represents a menu item with its name, its recipe and its price