UNPKG

306 BTypeScriptView Raw
1import { ParamData } from '@nestjs/common';
2import { ParamsFactory } from '@nestjs/core/helpers/external-context-creator';
3export declare class GqlParamsFactory implements ParamsFactory {
4 exchangeKeyForValue(type: number, data: ParamData, args: any): any;
5}
6//# sourceMappingURL=params.factory.d.ts.map
\No newline at end of file