Filter meteo warnings by local county
This commit is contained in:
@@ -112,6 +112,7 @@ export interface WeatherWarning {
|
||||
publishedAt: string | null;
|
||||
probability: number | null;
|
||||
areas: string[];
|
||||
terytCodes: string[];
|
||||
provinces: Province[];
|
||||
office: string | null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user