mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-16 05:58:32 -06:00
Accept new baselines
This commit is contained in:
parent
4f99bc19c8
commit
64aabf23f8
@ -3351,6 +3351,9 @@ declare namespace ts {
|
||||
hasRestElement: boolean;
|
||||
associatedNames?: __String[];
|
||||
}
|
||||
interface TupleTypeReference extends TypeReference {
|
||||
target: TupleType;
|
||||
}
|
||||
interface UnionOrIntersectionType extends Type {
|
||||
types: Type[];
|
||||
propertyCache: SymbolTable;
|
||||
|
||||
@ -2279,6 +2279,9 @@ declare namespace ts {
|
||||
hasRestElement: boolean;
|
||||
associatedNames?: __String[];
|
||||
}
|
||||
interface TupleTypeReference extends TypeReference {
|
||||
target: TupleType;
|
||||
}
|
||||
interface UnionOrIntersectionType extends Type {
|
||||
types: Type[];
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user