/** * Only valid JSON data types can be used for types * * Make sure the keys in `env.model.ts` exist in `env.json` * otherwise it'll throw message like this * Property '' is missing in type '{}' * */ export interface AppEnv { APP_URL?: string; }