MCPcopy Create free account
hub / github.com/ZenNotes/zennotes / AppUpdateState

Interface AppUpdateState

src/shared/ipc.ts:80–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78 | 'error'
79
80export interface AppUpdateState {
81 phase: AppUpdatePhase
82 currentVersion: string
83 availableVersion: string | null
84 releaseName: string | null
85 releaseDate: string | null
86 releaseNotes: string | null
87 progressPercent: number | null
88 transferredBytes: number | null
89 totalBytes: number | null
90 bytesPerSecond: number | null
91 message: string
92}
93
94export type NoteFolder = 'inbox' | 'quick' | 'archive' | 'trash'
95

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected