restaurant-menu-challenge - v0.1.0
Preparing search index...
types
CartItem
Type Alias CartItem
Item presente no carrinho de compras.
type
CartItem
=
{
basePrice
:
number
;
id
:
number
;
image
?:
string
;
modifiers
?:
CartModifier
[]
;
name
:
string
;
quantity
:
number
;
}
Index
Properties
base
Price
id
image?
modifiers?
name
quantity
Properties
base
Price
basePrice
:
number
id
id
:
number
Optional
image
image
?:
string
Optional
modifiers
modifiers
?:
CartModifier
[]
name
name
:
string
quantity
quantity
:
number
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
base
Price
id
image
modifiers
name
quantity
restaurant-menu-challenge - v0.1.0
Loading...
Item presente no carrinho de compras.