mirror of
https://github.com/xHyroM/website.git
synced 2024-11-22 23:11:06 +01:00
9 lines
No EOL
170 B
TypeScript
9 lines
No EOL
170 B
TypeScript
/// <reference types="astro/client" />
|
|
|
|
interface ImportMetaEnv {
|
|
readonly GITHUB_ACCESS_TOKEN: string;
|
|
}
|
|
|
|
interface ImportMeta {
|
|
readonly env: ImportMetaEnv;
|
|
} |