Silviu LorenČ›
2024-02-07 ce413b4bae40a21e354b2e065fda60045ae28ecb
globals.d.ts
@@ -8,5 +8,6 @@
  }
  interface Window {
    spaNavigate(url: URL, isBack: boolean = false)
    addCleanup(fn: (...args: any[]) => void)
  }
}