import { IQueueRateLimit } from 'redis-smq'; import { TErrors } from '../../../../../../errors/errors.js'; export type SetQueueRateLimitControllerResponseDTO = readonly [200, IQueueRateLimit] | TErrors['InvalidQueueParametersError'] | TErrors['InvalidRateLimitValueError'] | TErrors['InvalidRateLimitIntervalError'] | TErrors['UnexpectedScriptReplyError'] | TErrors['QueueNotFoundError']; //# sourceMappingURL=SetQueueRateLimitControllerResponseDTO.d.ts.map