UNPKG

redis-smq-rest-api

Version:

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

6 lines 831 B
import { MatchQueuesTopicXControllerRequestPathDTO } from '../../dto/controllers/exchange-topic/MatchQueuesTopicXControllerRequestPathDTO.js'; import { MatchQueuesTopicXControllerRequestQueryDTO } from '../../dto/controllers/exchange-topic/MatchQueuesTopicXControllerRequestQueryDTO.js'; import { MatchQueuesTopicXControllerResponseDTO } from '../../dto/controllers/exchange-topic/MatchQueuesTopicXControllerResponseDTO.js'; import { TControllerRequestHandler, TControllerRequestPayloadEmpty } from '../../lib/controller/types/index.js'; export declare const matchQueuesTopicXController: TControllerRequestHandler<MatchQueuesTopicXControllerRequestPathDTO, MatchQueuesTopicXControllerRequestQueryDTO, TControllerRequestPayloadEmpty, MatchQueuesTopicXControllerResponseDTO>; //# sourceMappingURL=matchQueuesTopicXController.d.ts.map