@carsayo/types 1.1.89129 → 1.1.89130
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.
|
@@ -210,7 +210,7 @@ export interface InteriorCarColor {
|
|
|
210
210
|
* @note 현재 내장색상에서만 정상동작합니다.
|
|
211
211
|
* @note 제네시스 내장재 선택에서 주로 사용합니다.
|
|
212
212
|
*/
|
|
213
|
-
internalSelection?: CarColorInternalSelection;
|
|
213
|
+
internalSelection?: CarColorInternalSelection | null;
|
|
214
214
|
}
|
|
215
215
|
/** 차량 옵션 */
|
|
216
216
|
export interface CarOption {
|