Merged in hotfix/gtm (pull request #2070)

Hotfix/gtm

* hotfix: gtm

* wip


Approved-by: Joakim Jäderberg
This commit is contained in:
Linus Flood
2025-05-14 05:53:48 +00:00
parent f23e6a1213
commit d5b77ae61f
7 changed files with 16 additions and 5 deletions

View File

@@ -1,5 +1,8 @@
interface Window {
datalayer: { [key: string]: any }
dataLayer: {
[key: string]: any
push: (...args: unknown) => void
}
adobeDataLayer: {
push: (...args: unknown) => void
}