mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-04 21:53:42 -06:00
Accept API baseline changes
This commit is contained in:
parent
2c43ef1e9b
commit
c3b650fb38
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user