import { RouteParamtypes } from '@nestjs-client/common/enums/route-paramtypes.enum'; export interface IRouteParamsFactory { exchangeKeyForValue(key: RouteParamtypes | string, data: any, {req, res, next}: { req: any; res: any; next: any; }): any; }