Your IP : 216.73.216.220


Current Path : /home/deltalab/PMS/logistic-backend/node_modules/@nestjs/core/pipes/
Upload File :
Current File : //home/deltalab/PMS/logistic-backend/node_modules/@nestjs/core/pipes/params-token-factory.d.ts

import { Paramtype } from '@nestjs/common';
import { RouteParamtypes } from '@nestjs/common/enums/route-paramtypes.enum';
export declare class ParamsTokenFactory {
    exchangeEnumForString(type: RouteParamtypes): Paramtype;
}