UNPKG

191 BTypeScriptView Raw
1import { CLIOptions } from './codegen';
2import { FileOutput } from 'graphql-codegen-core';
3export declare function generate(options: CLIOptions, saveToFile?: boolean): Promise<FileOutput[]>;