Update vite-env.d.ts

This commit is contained in:
Egor
2026-01-28 21:01:12 +03:00
committed by GitHub
parent 7b7021a603
commit f61a498eba

2
src/vite-env.d.ts vendored
View File

@@ -85,6 +85,8 @@ interface TelegramWebApp {
button_color?: string;
button_text_color?: string;
};
// Version check helper
isVersionAtLeast: (version: string) => boolean;
}
interface Window {