import { type IWeatherConfig } from "https://deno.land/x/sptaki@1.2.0/models/spt/config/mod.ts";
const { Weather } = IWeatherConfig;
Properties
clouds: WeatherSettings<string>
windSpeed: WeatherSettings<number>
windDirection: WeatherSettings<WindDirection>
rain: WeatherSettings<number>
fog: WeatherSettings<string>