MCPcopy
hub / github.com/webadderallorg/Recordly / UpdateStatusSummary

Interface UpdateStatusSummary

electron/electron-env.d.ts:60–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60interface UpdateStatusSummary {
61 status: "idle" | "checking" | "up-to-date" | "available" | "downloading" | "ready" | "error";
62 currentVersion: string;
63 availableVersion: string | null;
64 detail?: string;
65}
66
67type RendererExtensionInfo = import("./extensions/extensionTypes").ExtensionInfo;
68type RendererExtensionReview = import("./extensions/extensionTypes").ExtensionReview;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected