UNPKG

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