UNPKG

redis-smq-rest-api

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