Type Alias: RestResponse
RestResponse =
Pick<Response,"body"|"bodyUsed"|"json"|"ok"|"status"|"text"> & {headers:RestHeaders; }
Defined in: rest/v2/oauth2/rest/options.ts:20
Type declaration
headers
headers:
RestHeaders
RestResponse =
Pick<Response,"body"|"bodyUsed"|"json"|"ok"|"status"|"text"> & {headers:RestHeaders; }
Defined in: rest/v2/oauth2/rest/options.ts:20
headers:
RestHeaders