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
app
app.component
AppComponent
app.config
appConfig
app.routes
routes
cart-card/cart-card.component
CartCardComponent
cart/cart.component
CartComponent
home/home.component
HomeComponent
item-card/item-card.component
ItemCardComponent
menu/menu.component
MenuComponent
main
AppComponent
utils
cart-storage
getCartStorage
setCartStorage
codes
MessageCode
error
NotAvailableError
createError
getMicroserviceError
getServerError
getWarehouseError
schema
item
IngredientInRecipe
Item
message
RequestMessage
ResponseMessage
MenuServiceMessages
OrdersServiceMessages
order
OrderType
NewOrder
service
Service
utils
beautifyDbName
M
M
N
E
P
V
F
C
I
C
P
M
F
P
C
P
T
T
A
A
A
T
R
This interface represents a menu item with its name, its recipe and its price