restaurant-menu-challenge - v0.1.0
Preparing search index...
types
Venue
Type Alias Venue
Representa um restaurante (venue), com personalização de layout e moeda.
type
Venue
=
{
currency
:
string
;
id
:
number
;
name
:
string
;
webSettings
:
{
backgroundColour
:
string
;
bannerImage
:
string
;
navBackgroundColour
:
string
;
primaryColour
:
string
;
primaryColourHover
:
string
;
}
;
}
Index
Properties
currency
id
name
web
Settings
Properties
currency
currency
:
string
id
id
:
number
name
name
:
string
web
Settings
webSettings
:
{
backgroundColour
:
string
;
bannerImage
:
string
;
navBackgroundColour
:
string
;
primaryColour
:
string
;
primaryColourHover
:
string
;
}
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
currency
id
name
web
Settings
restaurant-menu-challenge - v0.1.0
Loading...
Representa um restaurante (venue), com personalização de layout e moeda.