UNPKG

299 BTypeScriptView Raw
1import { ReturnTypeFunc, AdvancedOptions } from "./types";
2export declare function Mutation(): MethodDecorator;
3export declare function Mutation(options: AdvancedOptions): MethodDecorator;
4export declare function Mutation(returnTypeFunc: ReturnTypeFunc, options?: AdvancedOptions): MethodDecorator;