MCPcopy Create free account
hub / github.com/experdot/pointer / DownloadProgress

Interface DownloadProgress

src/renderer/src/stores/updateStore.ts:11–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9}
10
11export interface DownloadProgress {
12 bytesPerSecond: number
13 percent: number
14 transferred: number
15 total: number
16}
17
18export interface UpdateState {
19 // 基本状态

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected