UNPKG

@mugan86/openweather-api

Version:
8 lines (7 loc) 130 B
/** * Interface definition to obtain more weather data */ export interface ListData { list: any; last_update: string; }