Files
web/types/window.d.ts
2024-02-15 18:49:14 +01:00

4 lines
57 B
TypeScript

interface Window {
datalayer: { [key: string]: any }
}