export interface Weather { id: number; main: string; description: string; icon: string; }