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