Searched defs:UpdateInfo (Results 1 – 4 of 4) sorted by relevance
2 import { type CurrentlyRunningInfo, type UpdateInfo } from './UseUpdates.types'; alias
122 export type UpdateInfo = UpdateInfoNew | UpdateInfoRollback; alias
127 export type UpdateInfo = UpdateInfoNew | UpdateInfoRollback; alias
7 import { UpdateInfoType, type CurrentlyRunningInfo, type UpdateInfo } from './UseUpdates.types'; alias