Dfns TypeScript SDK - v0.8.20
Preparing search index...
@dfns/sdk
utils
FetchOptions
Type Alias FetchOptions<T>
type
FetchOptions
<
T
>
=
{
apiOptions
:
T
;
body
?:
string
|
unknown
;
file
?:
{
bytes
:
Uint8Array
;
name
?:
string
}
;
headers
?:
Record
<
string
,
string
>
;
method
:
HttpMethod
;
}
Type Parameters
T
Index
Properties
api
Options
body?
file?
headers?
method
Properties
api
Options
apiOptions
:
T
Optional
body
body
?:
string
|
unknown
Optional
file
file
?:
{
bytes
:
Uint8Array
;
name
?:
string
}
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
file
headers
method
Dfns TypeScript SDK - v0.8.20
Loading...