Merged in hotfix/gtm (pull request #2070)
Hotfix/gtm * hotfix: gtm * wip Approved-by: Joakim Jäderberg
This commit is contained in:
5
apps/scandic-web/types/window.d.ts
vendored
5
apps/scandic-web/types/window.d.ts
vendored
@@ -1,5 +1,8 @@
|
||||
interface Window {
|
||||
datalayer: { [key: string]: any }
|
||||
dataLayer: {
|
||||
[key: string]: any
|
||||
push: (...args: unknown) => void
|
||||
}
|
||||
adobeDataLayer: {
|
||||
push: (...args: unknown) => void
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user