UNPKG

237 BTypeScriptView Raw
1import { Types } from 'graphql-codegen-plugin-helpers';
2export declare type YamlCliFlags = {
3 config: string;
4 watch: boolean;
5 overwrite: boolean;
6};
7export declare function createConfig(argv?: string[]): Types.Config | never;