interface RuntimeUpdateState {
    versionLabel: string;
    isDownloaded: boolean;
}

Properties

versionLabel: string
isDownloaded: boolean