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