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