Preparing search index...
The search index is not available
rozod
rozod
index
ExtractParams
Type Alias ExtractParams<S>
Extract
Params
<
S
>
:
S
[
"parameters"
]
extends
undefined
?
S
[
"body"
]
extends
undefined
?
undefined
:
{
body
:
S
[
"body"
]
;
}
:
S
[
"body"
]
extends
undefined
?
S
[
"parameters"
]
:
S
[
"parameters"
]
&
{
body
:
S
[
"body"
]
;
}
Type Parameters
S
extends
EndpointGeneric
<
any
,
any
,
any
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
rozod
Loading...