RestRequestResponse
Documentation / @discordeno/rest / RestRequestResponse
Interface: RestRequestResponse
Defined in: rest/src/types.ts:3255
Properties
body?
optional
body:string
|object
Defined in: rest/src/types.ts:3259
The returned body parsed if it was JSON, otherwise it will be the raw body as a string
ok
ok:
boolean
Defined in: rest/src/types.ts:3256
status
status:
number
Defined in: rest/src/types.ts:3257