| 15 | } |
| 16 | |
| 17 | interface AstrBotAppUpdaterBridge { |
| 18 | checkForAppUpdate: () => Promise<AstrBotDesktopAppUpdateCheckResult>; |
| 19 | installAppUpdate: () => Promise<AstrBotDesktopAppUpdateResult>; |
| 20 | } |
| 21 | |
| 22 | interface Window { |
| 23 | astrbotAppUpdater?: AstrBotAppUpdaterBridge; |
nothing calls this directly
no outgoing calls
no test coverage detected