mirror of
https://github.com/fawney19/Aether.git
synced 2026-09-10 05:00:19 +08:00
9 lines
199 B
TypeScript
9 lines
199 B
TypeScript
/// <reference types="vite/client" />
|
|
|
|
declare const __APP_VERSION__: string
|
|
|
|
interface Window {
|
|
__aetherShowUpdateDialog?: () => void
|
|
__aetherMockVersionStatus?: (hasUpdate?: boolean) => void
|
|
}
|