global.d.ts 98 B

1234567
  1. declare global {
  2. const lofig: any;
  3. const stationInterval: number;
  4. const YT: any;
  5. }
  6. export {};