diff options
| author | Valentin Popov <valentin@popov.link> | 2026-04-22 20:57:27 +0300 |
|---|---|---|
| committer | Valentin Popov <valentin@popov.link> | 2026-04-22 20:57:27 +0300 |
| commit | a6efbdc3aba7cbc3918976ad1a3c4143363c6f7a (patch) | |
| tree | 9be92e06c77935bde2b28a56b5558c78f1089535 | |
| parent | 933d6874b1fe1dbb113e9de39425f2d713a72408 (diff) | |
| download | popov.link-a6efbdc3aba7cbc3918976ad1a3c4143363c6f7a.tar.xz popov.link-a6efbdc3aba7cbc3918976ad1a3c4143363c6f7a.zip | |
refactor: remove unused ImportMetaEnv interface from env.d.ts
| -rw-r--r-- | src/env.d.ts | 8 |
1 files changed, 0 insertions, 8 deletions
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 @@ /// <reference path="../.astro/types.d.ts" /> -interface ImportMetaEnv { - readonly DEFAULT_TITLE: string; - readonly DEFAULT_DESCRIPTION: string; -} - -interface ImportMeta { - readonly env: ImportMetaEnv; -} |
