mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-02-25 18:22:55 +00:00
9 lines
349 B
TypeScript
9 lines
349 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
|
|
import { GraphQLScalarType } from "graphql";
|
|
|
|
declare const GraphQLJSON: GraphQLScalarType;
|
|
export = GraphQLJSON;
|