mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-06 06:19:58 +08:00
graphql-list-fields: remove empty namespace (discouraged practice)
This commit is contained in:
1
types/graphql-list-fields/index.d.ts
vendored
1
types/graphql-list-fields/index.d.ts
vendored
@@ -6,7 +6,6 @@
|
||||
|
||||
import { GraphQLResolveInfo } from "graphql";
|
||||
|
||||
declare namespace getFieldList {}
|
||||
declare function getFieldList(info: GraphQLResolveInfo): string[];
|
||||
|
||||
export = getFieldList;
|
||||
|
||||
Reference in New Issue
Block a user