redis-smq-rest-api
Version:
A RESTful API for RedisSMQ
5 lines • 668 B
TypeScript
import { TControllerRequestHandler, TControllerRequestPayloadEmpty } from '../../../lib/controller/types/index.js';
import { GetAllExchangesControllerRequestQueryDTO } from '../../dto/controllers/exchange-fan-out/GetAllExchangesControllerRequestQueryDTO.js';
import { GetAllExchangesControllerResponseDTO } from '../../dto/controllers/exchange-fan-out/GetAllExchangesControllerResponseDTO.js';
export declare const getAllExchangesController: TControllerRequestHandler<TControllerRequestPayloadEmpty, GetAllExchangesControllerRequestQueryDTO, TControllerRequestPayloadEmpty, GetAllExchangesControllerResponseDTO>;
//# sourceMappingURL=getAllExchangesController.d.ts.map