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