mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
11 lines
373 B
TypeScript
11 lines
373 B
TypeScript
// Type definitions for graphql-type-uuid 0.2
|
|
// Project: https://github.com/olistic/graphql-type-uuid
|
|
// Definitions by: Dmitry Shirokov <https://github.com/runk>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
// TypeScript Version: 2.6
|
|
|
|
import { GraphQLScalarType } from "graphql";
|
|
|
|
declare const GraphQLUUID: GraphQLScalarType;
|
|
export = GraphQLUUID;
|