MCPcopy
hub / github.com/21st-dev/1code / UpdateProgress

Interface UpdateProgress

src/preload/index.ts:256–261  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

254}
255
256export interface UpdateProgress {
257 percent: number
258 bytesPerSecond: number
259 transferred: number
260 total: number
261}
262
263export type EditorSource = "vscode" | "vscode-insiders" | "cursor" | "windsurf"
264

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected