mirror of
https://github.com/valentineus/popov.link.git
synced 2025-06-07 18:43:34 +03:00
10 lines
202 B
TypeScript
10 lines
202 B
TypeScript
/// <reference path="../.astro/types.d.ts" />
|
|
interface ImportMetaEnv {
|
|
readonly DEFAULT_TITLE: string;
|
|
readonly DEFAULT_DESCRIPTION: string;
|
|
}
|
|
|
|
interface ImportMeta {
|
|
readonly env: ImportMetaEnv;
|
|
}
|