Searched refs:UpdateFetchResult (Results 1 – 7 of 7) sorted by relevance
1 import { LocalAssets, Manifest, UpdateCheckResult, UpdateFetchResult, UpdatesCheckAutomaticallyValu…156 export declare function fetchUpdateAsync(): Promise<UpdateFetchResult>;
179 export type UpdateFetchResult = UpdateFetchResultSuccess | UpdateFetchResultFailure | UpdateFetchRe… alias
1 …UpdateFetchResult,\n UpdatesCheckAutomaticallyValue,\n UpdatesLogEntry,\n UpdatesNativeStateMac…
1 …;\n\n/**\n * The result of fetching a new update.\n */\nexport type UpdateFetchResult =\n | Updat…
8 UpdateFetchResult,262 export async function fetchUpdateAsync(): Promise<UpdateFetchResult> {
195 export type UpdateFetchResult = alias
323 - Type `UpdateCheckResult` and `UpdateFetchResult` to reflect when `manifest` is defined or not. ([…