export type RateLimitQueueFilter = (rateLimitData: RateLimitData) => Awaitable<boolean>;
A function that determines whether the rate limit hit should throw an Error
export type RateLimitQueueFilter = (rateLimitData: RateLimitData) => Awaitable<boolean>;
A function that determines whether the rate limit hit should throw an Error