@public/client-core
Preparing search index...
types/game.types
GameState
Type Alias GameState
GameState
:
{
bet
:
{
amount
:
string
;
currency
:
string
;
decimalPlaces
:
number
}
;
coeff
:
number
;
error
?:
string
;
isFinished
:
boolean
;
isWin
:
boolean
;
status
:
GameStatus
;
winAmount
:
string
;
}
&
Record
<
string
,
unknown
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
@public/client-core
Loading...