2024-11-12 16:29:30 +01:00
|
|
|
/// <reference path="../.astro/types.d.ts" />
|
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 WEBHOOK_TOKEN: string;
|
2024-01-03 15:06:05 +01:00
|
|
|
readonly PLAUSIBLE_DOMAIN: string;
|
2024-01-02 00:34:17 +01:00
|
|
|
}
|