redis-smq-rest-api
Version:
REST API for RedisSMQ: OpenAPI 3 schema and Swagger UI for managing queues, messages, and consumers.
3 lines • 362 B
TypeScript
import { TErrors } from '../../../errors/errors.js';
export type BindQueueFanoutXControllerResponseDTO = readonly [204, null] | TErrors['InvalidQueueParametersError'] | TErrors['InvalidFanoutExchangeParametersError'] | TErrors['QueueNotFoundError'] | TErrors['QueueDeliveryModelMismatchError'];
//# sourceMappingURL=BindQueueFanoutXControllerResponseDTO.d.ts.map