global.d.ts 84 B

123456
  1. declare global {
  2. var lofig: any;
  3. var stationInterval: number;
  4. }
  5. export { };