// Feel free to extend this interface // depending on your app specific config. export interface EnvConfig { API?: string; ENV?: string; }