MCPcopy
hub / github.com/AstrBotDevs/AstrBot / AstrBotAppUpdaterBridge

Interface AstrBotAppUpdaterBridge

dashboard/src/types/desktop-bridge.d.ts:17–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15 }
16
17 interface AstrBotAppUpdaterBridge {
18 checkForAppUpdate: () => Promise<AstrBotDesktopAppUpdateCheckResult>;
19 installAppUpdate: () => Promise<AstrBotDesktopAppUpdateResult>;
20 }
21
22 interface Window {
23 astrbotAppUpdater?: AstrBotAppUpdaterBridge;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected