fix: preserve partial IMGW Hybrid coverage
This commit is contained in:
@@ -23,8 +23,10 @@ export interface RawImgwHybridWeatherResponse {
|
||||
}
|
||||
|
||||
export type CurrentWeatherCondition = "rain" | "snow" | "thunderstorm" | null;
|
||||
export type ImgwCurrentWeatherCoverage = "full" | "precipitation-only";
|
||||
|
||||
export interface ImgwCurrentWeather {
|
||||
coverage: ImgwCurrentWeatherCoverage;
|
||||
measuredAt: string;
|
||||
temperature: number | null;
|
||||
feelsLike: number | null;
|
||||
|
||||
Reference in New Issue
Block a user