@carsayo/types 1.1.89086 → 1.1.89087
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.
|
@@ -45,8 +45,6 @@ export interface InsuranceCompany_Admin extends InsuranceCompany {
|
|
|
45
45
|
* @description 판매중인 상품 조회 시 isSelling=true인 상품만 조회합니다.
|
|
46
46
|
*/
|
|
47
47
|
is_selling: boolean;
|
|
48
|
-
/** 카사요 인슈어런스에서 사용합니다. */
|
|
49
|
-
is_insurance: boolean;
|
|
50
48
|
count: {
|
|
51
49
|
/** 등록된 차량 수(일반회원이 등록한 차량) */
|
|
52
50
|
registeredCar: number;
|