astro-ghostcms/packages/create-astro-ghostcms/src/templates/catppuccin/src/env.d.ts

9 lines
193 B
TypeScript

/// <reference types="astro/client" />
interface ImportMetaEnv {
readonly CONTENT_API_KEY: string
readonly CONTENT_API_URL: string
}
interface ImportMeta {
readonly env: ImportMetaEnv;
}