UpdatePrerequisite interface
If update State is HasPrerequisite, this property contains an array of objects describing prerequisite updates before installing this update. Otherwise, it is empty.
Properties
| package |
Friendly name of the prerequisite. |
| update |
Updatable component type. |
| version | Version of the prerequisite. |
Property Details
packageName
Friendly name of the prerequisite.
packageName?: string
Property Value
string
updateType
Updatable component type.
updateType?: string
Property Value
string
version
Version of the prerequisite.
version?: string
Property Value
string