UNPKG

549 BTypeScriptView Raw
1import { ReturnTypeFunc } from '../interfaces/return-type-func.interface';
2import { ResolveFieldOptions } from './resolve-field.decorator';
3/**
4 * Property resolver (method) Decorator.
5 */
6export declare function ResolveProperty(typeFunc?: ReturnTypeFunc, options?: ResolveFieldOptions): MethodDecorator;
7/**
8 * Property resolver (method) Decorator.
9 */
10export declare function ResolveProperty(propertyName?: string, typeFunc?: ReturnTypeFunc, options?: ResolveFieldOptions): MethodDecorator;
11//# sourceMappingURL=resolve-property.decorator.d.ts.map
\No newline at end of file