export const WEATHER_DEFAULTS = { weatherInfo: { condition: null, temperature: null, humidity: null, windSpeed: null, }, forecasts: [ { weatherInfo: { condition: null, temperature: null, }, }, { weatherInfo: { condition: null, temperature: null, }, }, { weatherInfo: { condition: null, temperature: null, }, }, ], };