gQuery/codegen/codegen.d.ts

3 lines
116 B
TypeScript
Raw Normal View History

import { PluginFunction } from "@graphql-codegen/plugin-helpers";
export declare const plugin: PluginFunction<any>;