@@ -14,4 +14,5 @@ export interface ICarModel {
year: number;
series: ICarSeries;
brand: ICarBrand;
+ maxkWh: number;
}