@carsayo/types 1.1.89079 → 1.1.89080
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.
|
@@ -113,6 +113,10 @@ export interface CarOption {
|
|
|
113
113
|
price: number;
|
|
114
114
|
position: number;
|
|
115
115
|
updated_day: string;
|
|
116
|
+
/** 필수 옵션 여부
|
|
117
|
+
* @note 해당 등급에서 필수 옵션인지 여부입니다.
|
|
118
|
+
*/
|
|
119
|
+
isEssential: boolean;
|
|
116
120
|
/** 숨김처리 여부 */
|
|
117
121
|
isHidden: boolean;
|
|
118
122
|
/** 옵션 설명 존재 시 옵션 설명 Id값 */
|