interface IWeatherimport { type IWeather } from "https://deno.land/x/sptaki@1.2.0/models/eft/weather/mod.ts"; Propertiespressure: numbertemp: numberfog: numberrain_intensity: numberrain: numberwind_gustiness: numberwind_direction: WindDirectionwind_speed: numbercloud: numbertime: stringdate: stringtimestamp: number