fix: select current IMGW Hybrid records
This commit is contained in:
@@ -23,7 +23,7 @@ export interface RawImgwHybridWeatherResponse {
|
||||
}
|
||||
|
||||
export type CurrentWeatherCondition = "rain" | "snow" | "thunderstorm" | null;
|
||||
export type ImgwCurrentWeatherCoverage = "full" | "precipitation-only";
|
||||
export type ImgwCurrentWeatherCoverage = "full" | "hourly" | "precipitation-only";
|
||||
|
||||
export interface ImgwCurrentWeather {
|
||||
coverage: ImgwCurrentWeatherCoverage;
|
||||
|
||||
Reference in New Issue
Block a user