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