UNPKG

272 BTypeScriptView Raw
1import { CLIOptions } from './old-cli-config';
2import { Types } from 'graphql-codegen-core';
3export declare type YamlCliFlags = {
4 config: string;
5 watch: boolean;
6} & Partial<CLIOptions>;
7export declare function createConfig(argv?: string[]): Types.Config | never;