PAPI Docs
PAPI NPMJS
PAPI Repo
Preparing search index...
The search index is not available
@studiokeywi/papi
@studiokeywi/papi
caller
APIResponse
Type alias APIResponse<Root, Config>
APIResponse
<
Root
,
Config
>
:
"parse"
extends
keyof
Config
?
"json"
extends
Config
[
"parse"
]
?
ConvertResponse
<
Root
&
Config
>
:
Promise
<
ParsedResponse
<
Config
[
"parse"
]
>
>
:
ConvertResponse
<
Root
&
Config
>
Utility type that converts a definition shape in the response type for an API call
Type Parameters
Root
extends
EndpointDefBase
Config
extends
CallerConfig
<
Root
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
PAPI Docs
PAPI NPMJS
PAPI Repo
@studiokeywi/papi
Loading...
Utility type that converts a definition shape in the response type for an API call