mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
Accept API baseline changes
This commit is contained in:
@@ -2142,6 +2142,7 @@ declare namespace ts {
|
||||
NakedTypeVariable = 2,
|
||||
MappedType = 4,
|
||||
ReturnType = 8,
|
||||
NeverType = 16,
|
||||
}
|
||||
interface InferenceInfo {
|
||||
typeParameter: TypeParameter;
|
||||
|
||||
@@ -2142,6 +2142,7 @@ declare namespace ts {
|
||||
NakedTypeVariable = 2,
|
||||
MappedType = 4,
|
||||
ReturnType = 8,
|
||||
NeverType = 16,
|
||||
}
|
||||
interface InferenceInfo {
|
||||
typeParameter: TypeParameter;
|
||||
|
||||
Reference in New Issue
Block a user