feat: add Open-Meteo weather forecast
This commit is contained in:
@@ -10,6 +10,8 @@ export interface LocationSearchResult {
|
||||
export interface SelectedLocation {
|
||||
name: string;
|
||||
province: string | null;
|
||||
latitude: number;
|
||||
longitude: number;
|
||||
stationId: string;
|
||||
stationName: string;
|
||||
distanceKm: number;
|
||||
|
||||
Reference in New Issue
Block a user