Skip to content

Commit 0b65db1

Browse files
committed
removed unused types
1 parent a08a04b commit 0b65db1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/types.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1-
import { oldVisit } from '@graphql-codegen/plugin-helpers';
21
import { ASTNode, ASTVisitFn } from 'graphql';
32

43
export type NewVisitor = Partial<{
54
readonly [NodeT in ASTNode as NodeT['kind']]?: {
65
leave?: ASTVisitFn<NodeT>;
76
};
87
}>;
9-
export type OldLeaveVisitor = Partial<Parameters<typeof oldVisit>[1]['leave']>;
108
export type SchemaVisitor = {
119
buildImports: () => string[];
1210
initialEmit: () => string;

0 commit comments

Comments
 (0)