UNPKG

207 BTypeScriptView Raw
1import { Types } from '@graphql-codegen/plugin-helpers';
2import { CodegenContext } from './config';
3export declare function executeCodegen(input: CodegenContext | Types.Config): Promise<Types.FileOutput[]>;