UNPKG

redis-smq-rest-api

Version:

REST API for RedisSMQ: OpenAPI 3 schema and Swagger UI for managing queues, messages, and consumers.

3 lines 293 B
import { TErrors } from '../../../errors/errors.js'; export type DeleteExchangeTopicXControllerResponseDTO = readonly [204, null] | TErrors['InvalidFanoutExchangeParametersError'] | TErrors['ExchangeHasBoundQueuesError']; //# sourceMappingURL=DeleteExchangeTopicXControllerResponseDTO.d.ts.map