UNPKG

redis-smq-rest-api

Version:
4 lines 340 B
import { IQueueRateLimit } from 'redis-smq'; import { TErrors } from '../../../errors/types/index.js'; export type SetQueueRateLimitControllerResponseDTO = readonly [200, IQueueRateLimit] | TErrors['QueueQueueNotFoundError'] | TErrors['QueueRateLimitQueueNotFoundError']; //# sourceMappingURL=SetQueueRateLimitControllerResponseDTO.d.ts.map