// interface DataLayerEvent { // event: string; // [key: string]: any; // } interface Window { // dataLayer?: object[]; dataLayer?: any[]; }