UNPKG

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