interface ImportMetaEnv { readonly DIRECTUS_TOKEN: string; readonly DIRECTUS_URL: string; } interface ImportMeta { readonly env: ImportMetaEnv; }