mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-01-30 13:37:35 +00:00
* Update `TypeScript Version`s to be at least as high as dependencies' versions * Run through again
11 lines
377 B
TypeScript
11 lines
377 B
TypeScript
// Type definitions for graphql-type-json 0.1
|
|
// Project: https://github.com/taion/graphql-type-json#readme
|
|
// Definitions by: Pavel Ivanov <https://github.com/schfkt>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
// TypeScript Version: 2.3
|
|
|
|
import { GraphQLScalarType } from "graphql";
|
|
|
|
declare const GraphQLJSON: GraphQLScalarType;
|
|
export = GraphQLJSON;
|