type EnvBoolean = "true" | "false"; interface ImportMetaEnv { readonly STRAPI_URL: string; readonly SITE_URL: string; }