mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
Remove brand property as it's not used in other ESTree defs
This commit is contained in:
Vendored
+1
-3
@@ -4,9 +4,7 @@
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
declare module ESTree {
|
||||
interface FlowTypeAnnotation extends Node {
|
||||
_flowTypeAnnotationBrand: any;
|
||||
}
|
||||
interface FlowTypeAnnotation extends Node {}
|
||||
|
||||
interface FlowBaseTypeAnnotation extends FlowTypeAnnotation {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user