UNPKG

redis-smq-rest-api

Version:
3 lines 631 B
import { TErrors } from '../../../errors/types/index.js'; export type PublishMessageControllerResponseDTO = readonly [201, string[]] | TErrors['ProducerInstanceNotRunningError'] | TErrors['ProducerMessageExchangeRequiredError'] | TErrors['ProducerExchangeNoMatchedQueueError'] | TErrors['ProducerQueueMissingConsumerGroupsError'] | TErrors['MessageMessagePropertyError'] | TErrors['ProducerQueueNotFoundError'] | TErrors['ProducerScheduleInvalidParametersError'] | TErrors['ProducerMessagePriorityRequiredError'] | TErrors['ProducerPriorityQueuingNotEnabledError']; //# sourceMappingURL=PublishMessageControllerResponseDTO.d.ts.map