UNPKG

303 BTypeScriptView Raw
1import { TypeScriptCommonConfig } from 'graphql-codegen-typescript-common';
2import { PluginFunction } from 'graphql-codegen-core';
3export interface TypeScriptClientConfig extends TypeScriptCommonConfig {
4 noNamespaces?: boolean;
5}
6export declare const plugin: PluginFunction<TypeScriptClientConfig>;