1 2 3 4 5 6 7 8 9
/// <reference types="astro/client" /> interface ImportMetaEnv { readonly GITHUB_TOKEN: string | undefined; } interface ImportMeta { readonly env: ImportMetaEnv; }