Home
last modified time | relevance | path

Searched refs:UpdateFetchResult (Results 1 – 7 of 7) sorted by relevance

/expo/packages/expo-updates/build/
H A DUpdates.d.ts1 import { LocalAssets, Manifest, UpdateCheckResult, UpdateFetchResult, UpdatesCheckAutomaticallyValu…
156 export declare function fetchUpdateAsync(): Promise<UpdateFetchResult>;
H A DUpdates.types.d.ts179 export type UpdateFetchResult = UpdateFetchResultSuccess | UpdateFetchResultFailure | UpdateFetchRe… alias
H A DUpdates.js.map1UpdateFetchResult,\n UpdatesCheckAutomaticallyValue,\n UpdatesLogEntry,\n UpdatesNativeStateMac…
H A DUpdates.types.js.map1 …;\n\n/**\n * The result of fetching a new update.\n */\nexport type UpdateFetchResult =\n | Updat…
/expo/packages/expo-updates/src/
H A DUpdates.ts8 UpdateFetchResult,
262 export async function fetchUpdateAsync(): Promise<UpdateFetchResult> {
H A DUpdates.types.ts195 export type UpdateFetchResult = alias
/expo/packages/expo-updates/
H A DCHANGELOG.md323 - Type `UpdateCheckResult` and `UpdateFetchResult` to reflect when `manifest` is defined or not. ([…