UNPKG

228 BTypeScriptView Raw
1import { GraphQLScalarType, GraphQLScalarTypeConfig } from 'graphql';
2export declare const GraphQLCurrencyConfig: GraphQLScalarTypeConfig<string, string>;
3export declare const GraphQLCurrency: GraphQLScalarType<string, string>;