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