@carsayo/types 1.1.89087 → 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 & {
@@ -1,6 +1,8 @@
1
1
  export interface InsuranceCompany {
2
2
  /** 보험사 아이디값 */
3
3
  id: number;
4
+ /** 유형 */
5
+ type: string;
4
6
  /** 보험사 이름 */
5
7
  name: string;
6
8
  /** 보험사 로고 URL
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carsayo/types",
3
- "version": "1.1.89087",
3
+ "version": "1.1.89089",
4
4
  "description": "Carsayo app type",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",