interface IWeatherCallbacksimport { type IWeatherCallbacks } from "https://deno.land/x/sptaki@1.2.0/models/spt/mod.ts"; MethodsgetWeather(url: string,info: IEmptyRequestData,sessionID: string,): IGetBodyResponseData<any>