frontend
Preparing search index...
api/gameApi
goFishApi
Variable goFishApi
Const
goFishApi
:
{
exec
:
(
command
:
"reset"
|
"log"
|
"ask"
,
targetIdx
?:
number
,
rank
?:
number
,
config
?:
GoFishConfigInput
,
)
=>
Promise
<
GoFishResponse
>
;
}
= ...
API client for the Go Fish /gofish/exec endpoint.
Type Declaration
exec
:
(
command
:
"reset"
|
"log"
|
"ask"
,
targetIdx
?:
number
,
rank
?:
number
,
config
?:
GoFishConfigInput
,
)
=>
Promise
<
GoFishResponse
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
frontend
Loading...
API client for the Go Fish /gofish/exec endpoint.