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;