UNPKG

redis-smq-rest-api

Version:
3 lines 242 B
import { TErrors } from '../../../errors/types/index.js'; export type ClearQueueRateLimitControllerResponseDTO = readonly [204, null] | TErrors['QueueQueueNotFoundError']; //# sourceMappingURL=ClearQueueRateLimitControllerResponseDTO.d.ts.map