@public/client-core - v0.0.2
Preparing search index...
types/root.types
AppConfig
Type Alias AppConfig
type
AppConfig
=
{
assets
:
{
assetPath
:
string
}
;
endpoints
:
{
api
:
string
;
ws
:
string
}
;
i18n
:
{
keyPrefix
:
string
}
;
meta
:
{
engine
:
string
;
env
:
AppConfigMetaEnv
;
gameMode
:
string
;
hasBonusGame
:
boolean
;
isWhiteLabel
:
boolean
;
team
:
string
;
version
:
string
;
}
;
tolgee
:
{
cdnUrl
:
string
}
;
}
Index
Properties
assets
endpoints
i18n
meta
tolgee
Properties
assets
assets
:
{
assetPath
:
string
}
endpoints
endpoints
:
{
api
:
string
;
ws
:
string
}
i18n
i18n
:
{
keyPrefix
:
string
}
meta
meta
:
{
engine
:
string
;
env
:
AppConfigMetaEnv
;
gameMode
:
string
;
hasBonusGame
:
boolean
;
isWhiteLabel
:
boolean
;
team
:
string
;
version
:
string
;
}
tolgee
tolgee
:
{
cdnUrl
:
string
}
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
assets
endpoints
i18n
meta
tolgee
@public/client-core - v0.0.2
Loading...