frontend
Preparing search index...
api/gameApi
doubtApi
Variable doubtApi
Const
doubtApi
:
{
exec
:
(
command
:
"reset"
|
"play"
|
"doubt"
|
"skip"
,
cardIndices
?:
number
[]
,
claimedValue
?:
number
,
doubterIndices
?:
number
[]
,
config
?:
DoubtConfig
,
humanPlayMs
?:
number
,
profile
?:
unknown
,
)
=>
Promise
<
DoubtResponse
>
;
}
= ...
API client for the Doubt /doubt/exec endpoint.
Type Declaration
exec
:
(
command
:
"reset"
|
"play"
|
"doubt"
|
"skip"
,
cardIndices
?:
number
[]
,
claimedValue
?:
number
,
doubterIndices
?:
number
[]
,
config
?:
DoubtConfig
,
humanPlayMs
?:
number
,
profile
?:
unknown
,
)
=>
Promise
<
DoubtResponse
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
frontend
Loading...
API client for the Doubt /doubt/exec endpoint.