Files
Aether/frontend/src/vite-env.d.ts
T

9 lines
199 B
TypeScript

/// <reference types="vite/client" />
declare const __APP_VERSION__: string
interface Window {
__aetherShowUpdateDialog?: () => void
__aetherMockVersionStatus?: (hasUpdate?: boolean) => void
}