frontend
Preparing search index...
api/gameApi
ohHellApi
Variable ohHellApi
Const
ohHellApi
:
{
exec
:
(
command
:
"reset"
|
"play"
|
"next"
|
"nextround"
|
"hint"
|
"bid"
,
bid
?:
number
,
cardIndex
?:
number
,
config
?:
OhHellConfigInput
,
)
=>
Promise
<
OhHellResponse
>
;
}
= ...
API client for the Oh Hell /ohhell/exec endpoint.
Type Declaration
exec
:
(
command
:
"reset"
|
"play"
|
"next"
|
"nextround"
|
"hint"
|
"bid"
,
bid
?:
number
,
cardIndex
?:
number
,
config
?:
OhHellConfigInput
,
)
=>
Promise
<
OhHellResponse
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
frontend
Loading...
API client for the Oh Hell /ohhell/exec endpoint.