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

Interface UpdateInfo

src/preload/index.ts:251–254  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

249
250// Type definitions
251export interface UpdateInfo {
252 version: string
253 releaseDate?: string
254}
255
256export interface UpdateProgress {
257 percent: number

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected