@carsayo/types 1.1.89135 → 1.1.89136
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.
|
@@ -456,6 +456,11 @@ export interface CarModelOptionColor {
|
|
|
456
456
|
name: string;
|
|
457
457
|
price: number;
|
|
458
458
|
isInsertedManually: boolean;
|
|
459
|
+
/** 외장색상 여부
|
|
460
|
+
* @note 외장색상일 경우 false, 내장색상일 경우 true
|
|
461
|
+
* @default false
|
|
462
|
+
*/
|
|
463
|
+
is_interior: boolean;
|
|
459
464
|
/** NiceDNR에서 제공하는 색상 이미지
|
|
460
465
|
* @note color_code가 우선적으로 사용되고, 해당 값이 없을 경우 이 이미지를 사용합니다.
|
|
461
466
|
*/
|