/**
 * Interface definition to obtain more weather data
 */
export interface ListData {
    list: any;
    last_update: string;
}
