import { type Weather } from "https://deno.land/x/sptaki@1.2.0/models/spt/config/IWeatherConfig.d.ts";
Properties
clouds: WeatherSettings<string>
windSpeed: WeatherSettings<number>
windDirection: WeatherSettings<WindDirection>
windGustiness: MinMax
rain: WeatherSettings<number>
rainIntensity: MinMax
fog: WeatherSettings<string>
temp: MinMax
pressure: MinMax