blob: 8d7d4a861fea5184e9cd8278784cc889cbd1c704 [file] [log] [blame] [edit]
/// <reference path="../.astro/types.d.ts" />
/// <reference types="astro/client" />
interface ImportMetaEnv {
readonly NETLIFY?: string
}
interface ImportMeta {
readonly env: ImportMetaEnv
}