UNPKG

332 BTypeScriptView Raw
1import { type AdvancedOptions, type ReturnTypeFunc } from "./types.js";
2export declare function FieldResolver(): MethodDecorator;
3export declare function FieldResolver(options: AdvancedOptions): MethodDecorator;
4export declare function FieldResolver(returnTypeFunction?: ReturnTypeFunc, options?: AdvancedOptions): MethodDecorator;