redis-smq-rest-api
Version:
A RESTful API for RedisSMQ
3 lines • 631 B
TypeScript
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