frontend
Preparing search index...
api/gameApi
shortdeckApi
Variable shortdeckApi
Const
shortdeckApi
:
{
exec
:
(
command
:
HoldemLikeCommand
,
amount
?:
number
,
config
?:
HoldemConfigInput
,
humanPlayMs
?:
number
,
profile
?:
unknown
,
)
=>
Promise
<
HoldemResponse
>
;
}
= ...
API client for the Short Deck Hold'em /shortdeck/exec endpoint.
Type Declaration
exec
:
(
command
:
HoldemLikeCommand
,
amount
?:
number
,
config
?:
HoldemConfigInput
,
humanPlayMs
?:
number
,
profile
?:
unknown
,
)
=>
Promise
<
HoldemResponse
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
frontend
Loading...
API client for the Short Deck Hold'em /shortdeck/exec endpoint.