mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
12 lines
456 B
TypeScript
12 lines
456 B
TypeScript
// Type definitions for graphql-iso-date 3.3
|
|
// Project: https://github.com/excitement-engineer/graphql-iso-date
|
|
// Definitions by: Jason Waldrip <https://github.com/jwaldrip>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
// TypeScript Version: 2.6
|
|
|
|
import { GraphQLScalarType } from "graphql";
|
|
|
|
export const GraphQLDate: GraphQLScalarType;
|
|
export const GraphQLTime: GraphQLScalarType;
|
|
export const GraphQLDateTime: GraphQLScalarType;
|