Files
boc/vims-backend/node_modules/rate-limiter-flexible/lib/component/index.d.ts
T

10 lines
184 B
TypeScript
Raw Normal View History

export class RateLimiterQueueError extends Error {
constructor(message?: string, extra?: string);
readonly name: string;
readonly message: string;
readonly extra: string;
}