diff --git a/src/global.d.ts b/src/global.d.ts
index 02ec2c2b8..fd91dc2ee 100644
--- a/src/global.d.ts
+++ b/src/global.d.ts
@@ -1,7 +1,6 @@
///
///
interface Window {
- GOOGLE_ANALYTICS: string | false;
VERCEL_ANALYTICS_ID: string | false;
SENTRY_DSN: string | false;
}