Searched refs:UpdateCheckResult (Results 1 – 7 of 7) sorted by relevance
1 import { LocalAssets, Manifest, UpdateCheckResult, UpdateFetchResult, UpdatesCheckAutomaticallyValu…107 export declare function checkForUpdateAsync(): Promise<UpdateCheckResult>;
113 export type UpdateCheckResult = UpdateCheckResultRollBack | UpdateCheckResultAvailable | UpdateChec… alias
1 …UpdateCheckResult,\n UpdateFetchResult,\n UpdatesCheckAutomaticallyValue,\n UpdatesLogEntry,\n …
1 …n/**\n * The result of checking for a new update.\n */\nexport type UpdateCheckResult =\n | Updat…
7 UpdateCheckResult,167 export async function checkForUpdateAsync(): Promise<UpdateCheckResult> {
120 export type UpdateCheckResult = alias
323 - Type `UpdateCheckResult` and `UpdateFetchResult` to reflect when `manifest` is defined or not. ([…