import { FetchedState, ID } from '../../commonStateTypes/common'; export interface ForecastListState extends FetchedState { forecastIds: ID[]; }