From a6efbdc3aba7cbc3918976ad1a3c4143363c6f7a Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Wed, 22 Apr 2026 17:57:27 +0000 Subject: refactor: remove unused ImportMetaEnv interface from env.d.ts --- src/env.d.ts | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/env.d.ts') diff --git a/src/env.d.ts b/src/env.d.ts index d714331..e16c13c 100644 --- a/src/env.d.ts +++ b/src/env.d.ts @@ -1,9 +1 @@ /// -interface ImportMetaEnv { - readonly DEFAULT_TITLE: string; - readonly DEFAULT_DESCRIPTION: string; -} - -interface ImportMeta { - readonly env: ImportMetaEnv; -} -- cgit v1.2.3