diff --git a/types/window.d.ts b/types/window.d.ts index 9480a78ce..6414b3805 100644 --- a/types/window.d.ts +++ b/types/window.d.ts @@ -1,6 +1,8 @@ interface Window { datalayer: { [key: string]: any } - adobeDataLayer: any[] + adobeDataLayer: { + push: (...args: unknown) => void + } _satellite: { cookie: { get: (s: string) => string } } adobe: { OptInCategories: { ANALYTICS: string }