from typing import List, Dict DemandForecastingRes: dict({'RMSE': int}) DemandForecastingResLst: List[DemandForecastingRes]