mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-29 18:13: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
|
ready: () => void
|
||||||
expand: () => void
|
expand: () => void
|
||||||
close: () => 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
|
openTelegramLink: (url: string) => void
|
||||||
openInvoice: (url: string, callback?: (status: 'paid' | 'cancelled' | 'failed' | 'pending') => void) => void
|
openInvoice: (url: string, callback?: (status: 'paid' | 'cancelled' | 'failed' | 'pending') => void) => void
|
||||||
MainButton: {
|
MainButton: {
|
||||||
|
|||||||
Reference in New Issue
Block a user