restaurant-menu-challenge - v0.1.0
Preparing search index...
types
Menu
Type Alias Menu
Cardápio completo de um restaurante, composto por seções.
type
Menu
=
{
id
:
number
;
name
:
string
;
sections
:
MenuSection
[]
;
}
Index
Properties
id
name
sections
Properties
id
id
:
number
name
name
:
string
sections
sections
:
MenuSection
[]
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
id
name
sections
restaurant-menu-challenge - v0.1.0
Loading...
Cardápio completo de um restaurante, composto por seções.