Interface IRouteParamsFactory
Methods
exchangeKeyForValue
- exchangeKeyForValue<TRequest, TResponse, TResult>(key: RouteParamtypes | string, data: any, __namedParameters: { next: Function; req: TRequest; res: TResponse }): TResult
-
Type parameters
-
TRequest: Record<string, any> = any
-
TResponse = any
-
TResult = any
Parameters
-
-
data: any
-
__namedParameters: { next: Function; req: TRequest; res: TResponse }
-
-
req: TRequest
-
res: TResponse
Returns TResult