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

Interface AppUpdateState

packages/bridge-contract/src/ipc.ts:224–236  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

222}
223
224export interface AppUpdateState {
225 phase: AppUpdatePhase
226 currentVersion: string
227 availableVersion: string | null
228 releaseName: string | null
229 releaseDate: string | null
230 releaseNotes: string | null
231 progressPercent: number | null
232 transferredBytes: number | null
233 totalBytes: number | null
234 bytesPerSecond: number | null
235 message: string
236}
237
238export type NoteFolder = 'inbox' | 'quick' | 'archive' | 'trash'
239

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected