fix: stricter types for adobeDataLayer
This commit is contained in:
4
types/window.d.ts
vendored
4
types/window.d.ts
vendored
@@ -1,6 +1,8 @@
|
|||||||
interface Window {
|
interface Window {
|
||||||
datalayer: { [key: string]: any }
|
datalayer: { [key: string]: any }
|
||||||
adobeDataLayer: any[]
|
adobeDataLayer: {
|
||||||
|
push: (...args: unknown) => void
|
||||||
|
}
|
||||||
_satellite: { cookie: { get: (s: string) => string } }
|
_satellite: { cookie: { get: (s: string) => string } }
|
||||||
adobe: {
|
adobe: {
|
||||||
OptInCategories: { ANALYTICS: string }
|
OptInCategories: { ANALYTICS: string }
|
||||||
|
|||||||
Reference in New Issue
Block a user