UNPKG

@zuu/owl

Version:

Zuu's Experimental GraphQL Implementation

5 lines (4 loc) 340 B
import { ReturnTypeFunc, AdvancedOptions, MethodAndPropDecorator } from "./types"; export declare function Field(): MethodAndPropDecorator; export declare function Field(options: AdvancedOptions): MethodAndPropDecorator; export declare function Field(returnTypeFunction?: ReturnTypeFunc, options?: AdvancedOptions): MethodAndPropDecorator;