@dvelop-sdk
Preparing search index...
core
DvelopOptions
Interface DvelopOptions<T>
interface
DvelopOptions
<
T
>
{
initOverwrite
?:
Partial
<
RequestInit
>
;
onResponse
?:
(
response
:
Response
)
=>
T
|
Promise
<
T
>
;
}
Type Parameters
T
Index
Properties
init
Overwrite?
on
Response?
Properties
Optional
init
Overwrite
initOverwrite
?:
Partial
<
RequestInit
>
Optional
on
Response
onResponse
?:
(
response
:
Response
)
=>
T
|
Promise
<
T
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
init
Overwrite
on
Response
@dvelop-sdk
Loading...