Interface: RestEventMap
Defined in: rest/v2/oauth2/rest/options.ts:31
Properties
| Property | Type |
|---|---|
ratelimit | [{ timeout: number; url: string; }] |
request | [{ body: null | string; headers: Record<string, unknown>; method: string; url: string; }] |
response | [{ data: PatreonHeadersData; response: RestResponse; } & Pick<RestResponse, "status" | "bodyUsed" | "ok" | "headers">] |