UNPKG

220 BTypeScriptView Raw
1import { Types } from 'graphql-codegen-plugin-helpers';
2export declare const defaultPluginLoader: (mod: string) => Promise<any>;
3export declare function executeCodegen(config: Types.Config): Promise<Types.FileOutput[]>;