Dfns TypeScript SDK - v0.7.14
Preparing search index...
@dfns/sdk
utils
FetchOptions
Type Alias FetchOptions<T>
type
FetchOptions
<
T
>
=
{
apiOptions
:
T
;
body
?:
string
|
unknown
;
headers
?:
Record
<
string
,
string
>
;
method
:
HttpMethod
;
}
Type Parameters
T
Index
Properties
api
Options
body?
headers?
method
Properties
api
Options
apiOptions
:
T
Optional
body
body
?:
string
|
unknown
Optional
headers
headers
?:
Record
<
string
,
string
>
method
method
:
HttpMethod
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
api
Options
body
headers
method
Dfns TypeScript SDK - v0.7.14
Loading...