2024-09-04 21:16:37 +00:00
|
|
|
/// <reference path="../.astro/types.d.ts" />
|
2024-09-11 22:03:55 +00:00
|
|
|
interface ImportMetaEnv {
|
|
|
|
readonly DEFAULT_TITLE: string;
|
|
|
|
readonly DEFAULT_DESCRIPTION: string;
|
|
|
|
}
|
|
|
|
|
|
|
|
interface ImportMeta {
|
|
|
|
readonly env: ImportMetaEnv;
|
|
|
|
}
|