Preparing search index...
The search index is not available
@shopify/cli-kit
@shopify/cli-kit
node/api/admin
RestResponse
Interface RestResponse
Respose of a REST request.
interface
RestResponse
{
headers
:
{
[
key
:
string
]:
string
[]
}
;
json
:
any
;
status
:
number
;
}
Index
Properties
headers
json
status
Properties
headers
headers
:
{
[
key
:
string
]:
string
[]
}
HTTP response headers.
json
json
:
any
REST JSON respose.
status
status
:
number
HTTP response status.
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
headers
json
status
@shopify/cli-kit
Loading...
Respose of a REST request.