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 {
|
||||
datalayer: { [key: string]: any }
|
||||
adobeDataLayer: any[]
|
||||
adobeDataLayer: {
|
||||
push: (...args: unknown) => void
|
||||
}
|
||||
_satellite: { cookie: { get: (s: string) => string } }
|
||||
adobe: {
|
||||
OptInCategories: { ANALYTICS: string }
|
||||
|
||||
Reference in New Issue
Block a user