/// <reference types="vite/client" /> interface ImportMetaEnv { readonly SIX_APP_NAME: string; readonly SIX_APP_TITLE: string; } interface ImportMeta { readonly env: ImportMetaEnv }