UNPKG

227 BTypeScriptView Raw
1import { Paramtype } from '@nestjs/common';
2import { RouteParamtypes } from '@nestjs/common/enums/route-paramtypes.enum';
3export declare class ParamsTokenFactory {
4 exchangeEnumForString(type: RouteParamtypes): Paramtype;
5}