mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-16 07:13:45 -05:00
Rename _objectLiteralBrandBrand to _objectLiteralBrand. (#30797)
This commit is contained in:
committed by
Ryan Cavanaugh
parent
27075555c8
commit
8fc6640f55
@@ -946,7 +946,7 @@ namespace ts {
|
||||
}
|
||||
|
||||
export interface ObjectLiteralElement extends NamedDeclaration {
|
||||
_objectLiteralBrandBrand: any;
|
||||
_objectLiteralBrand: any;
|
||||
name?: PropertyName;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user