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