MGTKenYCS hace 1 año
padre
commit
3f7a6969ed
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      types/car.d.ts

+ 2 - 0
types/car.d.ts

@@ -1,11 +1,13 @@
 export interface ICarBrand {
     id: string;
     name: string;
+    imgUrl: string;
 }
 
 export interface ICarSeries {
     id: string;
     name: string;
+    imgUrl: string;
 }
 
 export interface ICarModel {