UNPKG

redis-smq-rest-api

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