react
This commit is contained in:
13
src/global.d.ts
vendored
Normal file
13
src/global.d.ts
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
interface Window {
|
||||
Telegram?: {
|
||||
WebApp?: {
|
||||
initDataUnsafe?: {
|
||||
user?: {
|
||||
id: number;
|
||||
first_name: string;
|
||||
last_name?: string;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user