@carsayo/types 1.1.89092 → 1.1.89094

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -23,6 +23,8 @@ export interface CarModel {
23
23
  released_day: string;
24
24
  image_url: string;
25
25
  car_category: CarCategory | null;
26
+ /** 전기차 여부 */
27
+ isEletric: boolean;
26
28
  /** 숨김처리 여부 */
27
29
  isHidden: boolean;
28
30
  /** 사전예약 여부 */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carsayo/types",
3
- "version": "1.1.89092",
3
+ "version": "1.1.89094",
4
4
  "description": "Carsayo app type",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",