Skip to main content
Deno 2 is finally here 🎉️
Learn more
interface IWeatherData
import { type IWeatherData } from "https://deno.land/x/sptaki@1.2.0/models/eft/weather/IWeatherData.d.ts";

Properties

acceleration: number
time: string
date: string
optional
weather: IWeather
winterEventEnabled: boolean