Home
last modified time | relevance | path

Searched refs:CurrentlyRunningInfo (Results 1 – 6 of 6) sorted by relevance

/expo/packages/expo-updates/build/
H A DUseUpdatesUtils.d.ts2 import { type CurrentlyRunningInfo, type UpdateInfo } from './UseUpdates.types'; alias
3 export declare const currentlyRunning: CurrentlyRunningInfo;
H A DUseUpdates.types.d.ts6 export type CurrentlyRunningInfo = { alias
130 currentlyRunning: CurrentlyRunningInfo;
H A DUseUpdatesUtils.js.map1CurrentlyRunningInfo, type UpdateInfo } from './UseUpdates.types';\n\n// The currently running inf…
H A DUseUpdates.types.js.map1CurrentlyRunningInfo = {\n /**\n * The UUID that uniquely identifies the currently running upda…
/expo/packages/expo-updates/src/
H A DUseUpdates.types.ts7 export type CurrentlyRunningInfo = { alias
136 currentlyRunning: CurrentlyRunningInfo;
H A DUseUpdatesUtils.ts7 import { UpdateInfoType, type CurrentlyRunningInfo, type UpdateInfo } from './UseUpdates.types'; alias
10 export const currentlyRunning: CurrentlyRunningInfo = {