export interface WeatherProps {
    city?: string;
    showCity: boolean;
    apiKey: string;
}
