mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-28 17:43:47 +00:00
Update vite-env.d.ts
This commit is contained in:
2
src/vite-env.d.ts
vendored
2
src/vite-env.d.ts
vendored
@@ -28,7 +28,7 @@ interface TelegramWebApp {
|
||||
ready: () => void
|
||||
expand: () => void
|
||||
close: () => void
|
||||
openLink: (url: string, options?: { try_instant_view?: boolean }) => void
|
||||
openLink: (url: string, options?: { try_instant_view?: boolean; try_browser?: boolean }) => void
|
||||
openTelegramLink: (url: string) => void
|
||||
openInvoice: (url: string, callback?: (status: 'paid' | 'cancelled' | 'failed' | 'pending') => void) => void
|
||||
MainButton: {
|
||||
|
||||
Reference in New Issue
Block a user