UNPKG

234 BTypeScriptView Raw
1import { GraphQLScalarType, GraphQLScalarTypeConfig } from 'graphql';
2export declare const GraphQLLCCSubclassConfig: GraphQLScalarTypeConfig<string, string>;
3export declare const GraphQLLCCSubclass: GraphQLScalarType<string, string>;