Leonardo Ledda
2024-02-19 d9e8ffc78c54a59047df56d8000b2f6289eb9be0
globals.d.ts
@@ -8,5 +8,6 @@
  }
  interface Window {
    spaNavigate(url: URL, isBack: boolean = false)
    addCleanup(fn: (...args: any[]) => void)
  }
}