@carsayo/types 1.1.89088 → 1.1.89089

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.
@@ -303,6 +303,7 @@ export type WholeSellingCar = {
303
303
  country: string;
304
304
  image_url: string;
305
305
  type: CarMakerType;
306
+ ttttype: "test" | "Exanple";
306
307
  /** 슈퍼카 브랜드 여부 */
307
308
  isSuperCar: boolean;
308
309
  car_model: (CarModel & {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carsayo/types",
3
- "version": "1.1.89088",
3
+ "version": "1.1.89089",
4
4
  "description": "Carsayo app type",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",