UNPKG

redis-smq-rest-api

Version:
5 lines 668 B
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