fix: improve typings

This commit is contained in:
Arvid Norlin
2024-02-15 16:22:44 +01:00
parent 4beb8da0b9
commit 09b28edb48
3 changed files with 17 additions and 10 deletions
+3
View File
@@ -0,0 +1,3 @@
interface Window {
datalayer: { [key: string]: any }
}