interface UpdateCheck {
    compatible: boolean;
    downloadBytes: null | number;
    latestVersion: null | string;
    noCompatibleRelease: boolean;
    updateAvailable: boolean;
}

Properties

compatible: boolean
downloadBytes: null | number
latestVersion: null | string
noCompatibleRelease: boolean
updateAvailable: boolean