frontend
Preparing search index...
api/gameApi
ginrummyApi
Variable ginrummyApi
Const
ginrummyApi
:
{
exec
:
(
command
:
|
"reset"
|
"log"
|
"discard"
|
"nextround"
|
"drawstock"
|
"drawdiscard"
|
"knock"
|
"layoff"
,
cardIndex
?:
number
,
config
?:
GinRummyConfigInput
,
cardIndices
?:
number
[]
,
)
=>
Promise
<
GinRummyResponse
>
;
}
= ...
API client for the Gin Rummy /ginrummy/exec endpoint.
Type Declaration
exec
:
(
command
:
|
"reset"
|
"log"
|
"discard"
|
"nextround"
|
"drawstock"
|
"drawdiscard"
|
"knock"
|
"layoff"
,
cardIndex
?:
number
,
config
?:
GinRummyConfigInput
,
cardIndices
?:
number
[]
,
)
=>
Promise
<
GinRummyResponse
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
frontend
Loading...
API client for the Gin Rummy /ginrummy/exec endpoint.