From 5673dfec5a76db5773474a8194805195e11dffaf Mon Sep 17 00:00:00 2001 From: Torsten Dittmann Date: Mon, 14 Nov 2022 21:49:36 +0100 Subject: [PATCH] fix: remove unused type --- src/global.d.ts | 1 - 1 file changed, 1 deletion(-) 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; }