Contribute
0 GitHub stars
Appearance
RestResponse = Pick<Response, "body" | "bodyUsed" | "json" | "ok" | "status" | "text"> & object
Pick
Response
"body"
"bodyUsed"
"json"
"ok"
"status"
"text"
object
Defined in: rest/v2/oauth2/rest/options.ts:20
headers: RestHeaders
RestHeaders