From 09b206f5f7a67630d457c569927010a162bb5d5f Mon Sep 17 00:00:00 2001 From: Chris Filipowski Date: Wed, 14 Mar 2018 20:30:59 +0800 Subject: [PATCH] graphql-list-fields: remove empty namespace (discouraged practice) --- types/graphql-list-fields/index.d.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/types/graphql-list-fields/index.d.ts b/types/graphql-list-fields/index.d.ts index 1cd4a1c005..362658deb9 100644 --- a/types/graphql-list-fields/index.d.ts +++ b/types/graphql-list-fields/index.d.ts @@ -6,7 +6,6 @@ import { GraphQLResolveInfo } from "graphql"; -declare namespace getFieldList {} declare function getFieldList(info: GraphQLResolveInfo): string[]; export = getFieldList;