1 | import { ParamData } from '@nestjs/common';
|
2 | import { ParamsFactory } from '@nestjs/core/helpers/external-context-creator';
|
3 | export 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 |