UNPKG

202 BTypeScriptView Raw
1import { PluginFunction } from '@graphql-codegen/plugin-helpers';
2import { CSharpResolversPluginRawConfig } from './config';
3export declare const plugin: PluginFunction<CSharpResolversPluginRawConfig>;