File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3179,7 +3179,7 @@ namespace ts {
3179
3179
objectFlags : ObjectFlags ;
3180
3180
}
3181
3181
3182
- /** Class and interface types (TypeFlags .Class and TypeFlags .Interface). */
3182
+ /** Class and interface types (ObjectFlags .Class and ObjectFlags .Interface). */
3183
3183
export interface InterfaceType extends ObjectType {
3184
3184
typeParameters : TypeParameter [ ] ; // Type parameters (undefined if non-generic)
3185
3185
outerTypeParameters : TypeParameter [ ] ; // Outer type parameters (undefined if none)
@@ -3203,7 +3203,7 @@ namespace ts {
3203
3203
}
3204
3204
3205
3205
/**
3206
- * Type references (TypeFlags .Reference). When a class or interface has type parameters or
3206
+ * Type references (ObjectFlags .Reference). When a class or interface has type parameters or
3207
3207
* a "this" type, references to the class or interface are made using type references. The
3208
3208
* typeArguments property specifies the types to substitute for the type parameters of the
3209
3209
* class or interface and optionally includes an extra element that specifies the type to
You can’t perform that action at this time.
0 commit comments