revert invalid baseline change

This commit is contained in:
Klaus Meinhardt 2019-01-27 19:35:18 +01:00
parent 33853e2258
commit 0604ae1a81

View file

@ -2217,6 +2217,7 @@ declare namespace ts {
}
interface UniqueESSymbolType extends Type {
symbol: Symbol;
escapedName: __String;
}
interface StringLiteralType extends LiteralType {
value: string;