0
mirror of https://github.com/valentineus/popov.link.git synced 2025-06-07 18:43:34 +03:00
popov.link/src/env.d.ts

10 lines
202 B
TypeScript
Raw Normal View History

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;
}