Added google anal

This commit is contained in:
2025-01-17 19:52:56 -05:00
parent 2e876265b4
commit 9baa792111
2 changed files with 16 additions and 1 deletions

1
global.d.ts vendored
View File

@@ -7,6 +7,7 @@ declare namespace NodeJS {
declare global {
interface Window {
kofiWidgetOverlay: any;
dataLayer: any[];
}
}
export {};