diff --git a/tstypes/language/visitor.d.ts b/tstypes/language/visitor.d.ts index 58dbd18687..a71c01bba9 100644 --- a/tstypes/language/visitor.d.ts +++ b/tstypes/language/visitor.d.ts @@ -140,7 +140,7 @@ export const QueryDocumentKeys: { InputObjectTypeExtension: ['name', 'directives', 'fields']; }; -export const BREAK: {}; +export const BREAK: any; /** * visit() will walk through an AST using a depth first traversal, calling