8 lines
83 B
TypeScript
8 lines
83 B
TypeScript
export {};
|
|
|
|
declare global {
|
|
interface Window {
|
|
Telegram: any;
|
|
}
|
|
}
|