/// /// export interface ImportMetaEnv { NODE_ENV: string APP_URL: string POCKETBASEURL: string } interface ImportMeta { readonly env: ImportMetaEnv } declare namespace App { /** * Middlewares variables */ interface Locals {} }