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