Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RateLimitQueueItem

The items that the rate limit queue stores

Hierarchy

  • RateLimitQueueItem

Index

Properties

callback

callback: (data: never) => void

Callback function to be called whenever the request is made

param

Type declaration

    • (data: never): void
    • Parameters

      • data: never

      Returns void

endpoint

endpoint: string

The endpoint for this API request

Optional files

files: RequestFile[]

The files sent in the API request

params

params: Params

The params / body for this API request

Generated using TypeDoc