An update has been downloaded and is being installed

interface PreparingUpdateState {
    currentVersion: string;
    lastUpdate: number;
    latestVersion: string;
    status: "updatePreparing";
}

Properties

currentVersion: string

Current version of the app

lastUpdate: number

Timestamp of last check for version updates

latestVersion: string

Latest version of the app. May be the same as currentVersion

status: "updatePreparing"