Sanity Library Reference Docs
Preparing search index...
@sanity/client
index
RequestOptions
Interface RequestOptions
interface
RequestOptions
{
timeout
?:
number
;
token
?:
string
;
tag
?:
string
;
headers
?:
Record
<
string
,
string
>
;
method
?:
string
;
query
?:
any
;
body
?:
any
;
signal
?:
AbortSignal
;
}
Hierarchy (
View Summary
)
RequestOptions
ResponseQueryOptions
Index
Properties
timeout?
token?
tag?
headers?
method?
query?
body?
signal?
Properties
Optional
timeout
timeout
?:
number
Optional
token
token
?:
string
Optional
tag
tag
?:
string
Optional
headers
headers
?:
Record
<
string
,
string
>
Optional
method
method
?:
string
Optional
query
query
?:
any
Optional
body
body
?:
any
Optional
signal
signal
?:
AbortSignal
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
timeout
token
tag
headers
method
query
body
signal
Sanity Library Reference Docs
Loading...