export enum WeatherCondition { CLEAR = 0, CLOUDY = 1, RAIN = 2, }