Preparing search index...
The search index is not available
@curium.rocks/openweathermap-client
@curium.rocks/openweathermap-client
OneCallApiResponse
Interface OneCallApiResponse
interface
OneCallApiResponse
{
alerts
?:
Alert
[]
;
current
:
CurrentWeatherOne
;
daily
:
DailyForecast
[]
;
hourly
:
HourlyForecast
[]
;
lat
:
number
;
lon
:
number
;
minutely
:
MinuteForecast
[]
;
timezone
:
string
;
timezone_offset
:
number
;
}
Index
Properties
alerts?
current
daily
hourly
lat
lon
minutely
timezone
timezone_
offset
Properties
Optional
alerts
alerts
?:
Alert
[]
current
current
:
CurrentWeatherOne
daily
daily
:
DailyForecast
[]
hourly
hourly
:
HourlyForecast
[]
lat
lat
:
number
lon
lon
:
number
minutely
minutely
:
MinuteForecast
[]
timezone
timezone
:
string
timezone_
offset
timezone_
offset
:
number
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
alerts
current
daily
hourly
lat
lon
minutely
timezone
timezone_
offset
@curium.rocks/openweathermap-client
Loading...
Generated using
TypeDoc