refactor: remove unused ImportMetaEnv interface from env.d.ts
This commit is contained in:
8
src/env.d.ts
vendored
8
src/env.d.ts
vendored
@@ -1,9 +1 @@
|
|||||||
/// <reference path="../.astro/types.d.ts" />
|
/// <reference path="../.astro/types.d.ts" />
|
||||||
interface ImportMetaEnv {
|
|
||||||
readonly DEFAULT_TITLE: string;
|
|
||||||
readonly DEFAULT_DESCRIPTION: string;
|
|
||||||
}
|
|
||||||
|
|
||||||
interface ImportMeta {
|
|
||||||
readonly env: ImportMetaEnv;
|
|
||||||
}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user