Ver Fonte

update type

MGTKenYCS há 1 ano atrás
pai
commit
3f7a6969ed
1 ficheiros alterados com 2 adições e 0 exclusões
  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 {