From 32a7d387fba382d35c50ccb43603e36b8a159384 Mon Sep 17 00:00:00 2001 From: Mike Marcacci Date: Wed, 27 Mar 2019 12:10:31 -0700 Subject: [PATCH] I guess 3.4 isnt supported in DT? --- types/graphql-api-koa/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/graphql-api-koa/index.d.ts b/types/graphql-api-koa/index.d.ts index 86d52dc7b8..4d74a574a5 100644 --- a/types/graphql-api-koa/index.d.ts +++ b/types/graphql-api-koa/index.d.ts @@ -2,7 +2,7 @@ // Project: https://github.com/jaydenseric/graphql-api-koa#readme // Definitions by: Mike Marcacci // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -// TypeScript Version: 3.4 +// TypeScript Version: 3.3 import { GraphQLSchema } from "graphql"; import { Middleware, ParameterizedContext } from "koa";