mirror of
https://github.com/Xevion/undefined.behavio.rs.git
synced 2025-12-06 01:16:46 -06:00
ImportMetaEnv interface definition
This commit is contained in:
10
src/env.d.ts
vendored
10
src/env.d.ts
vendored
@@ -1,2 +1,12 @@
|
||||
/// <reference path="../.astro/types.d.ts" />
|
||||
/// <reference types="astro/client" />
|
||||
|
||||
interface ImportMetaEnv {
|
||||
readonly PUBLIC_VERCEL_GIT_REPO_OWNER: string;
|
||||
readonly PUBLIC_VERCEL_GIT_REPO_SLUG: string;
|
||||
readonly PUBLIC_VERCEL_GIT_COMMIT_SHA: string;
|
||||
}
|
||||
|
||||
interface ImportMeta {
|
||||
readonly env: ImportMetaEnv;
|
||||
}
|
||||
Reference in New Issue
Block a user