les-particules-org/src/env.d.ts

8 lines
240 B
TypeScript
Raw Normal View History

2023-01-30 22:49:01 +01:00
/// <reference types="astro/client" />
2024-01-02 00:34:17 +01:00
interface ImportMetaEnv {
readonly CONTENTFUL_SPACE_ID: string;
readonly CONTENTFUL_DELIVERY_TOKEN: string;
readonly CONTENTFUL_PREVIEW_TOKEN: string;
readonly WEBHOOK_TOKEN: string;
}