Browse Source

update type

MGTKenYCS 1 year ago
parent
commit
3f7a6969ed
1 changed files with 2 additions and 0 deletions
  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 {