Skip to content

Commit 76aeed0

Browse files
authored
fix master (#2444)
1 parent 5cb2d8f commit 76aeed0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/plugin/src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { SiblingOperations } from './siblings.js';
88

99
export type Schema = GraphQLSchema | null;
1010
export type Pointer = string | string[];
11-
export { GraphQLESTreeNode } from './estree-converter/types.js';
11+
export type { GraphQLESTreeNode } from './estree-converter/types.js';
1212

1313
export interface ParserOptions {
1414
graphQLConfig?: IGraphQLConfig;

0 commit comments

Comments
 (0)