Type Alias: UpdateStatus
type UpdateStatus = UpdateStatus;
Defined in: src/stores/types.ts:66
Application update status enumeration.
Remarksโ
Represents the various states of the app update process, from initial idle state through checking, downloading, and completion. Used by the updates store to track update progress and display appropriate UI states to the user.