Package version:

If update State is HasPrerequisite, this property contains an array of objects describing prerequisite updates before installing this update. Otherwise, it is empty.

interface UpdatePrerequisite {
    packageName?: string;
    updateType?: string;
    version?: string;
}

Properties

packageName?: string

Friendly name of the prerequisite.

updateType?: string

Updatable component type.

version?: string

Version of the prerequisite.