made hourly weather data static typed.
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good
This commit is contained in:
@@ -9,3 +9,14 @@ export interface WeatherData {
|
||||
wCardinal: string;
|
||||
wDir: number;
|
||||
}
|
||||
|
||||
export interface HourlyWeatherData {
|
||||
time: Date;
|
||||
iconCode: number;
|
||||
temperature: number;
|
||||
relativeHumidity: number;
|
||||
rain: number;
|
||||
windSpeed: number;
|
||||
windDirectionCardinal: string;
|
||||
windDirection: number;
|
||||
}
|
||||
|
Reference in New Issue
Block a user