Preparing search index...
The search index is not available
@sanity/client
@sanity/client
ResponseEvent
Interface ResponseEvent<T>
interface
ResponseEvent
<
T
=
unknown
>
{
body
:
T
;
headers
:
Record
<
string
,
string
>
;
method
:
string
;
statusCode
:
number
;
statusMessage
?:
string
;
type
:
"response"
;
url
:
string
;
}
Type Parameters
T
=
unknown
Index
Properties
body
headers
method
status
Code
status
Message?
type
url
Properties
body
body
:
T
headers
headers
:
Record
<
string
,
string
>
method
method
:
string
status
Code
statusCode
:
number
Optional
status
Message
statusMessage
?:
string
type
type
:
"response"
url
url
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
body
headers
method
status
Code
status
Message
type
url
@sanity/client
Loading...