@carsayo/types 1.1.89161 → 1.1.89162
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.
|
@@ -369,7 +369,8 @@ export interface ConnectCarOptionDTO {
|
|
|
369
369
|
}
|
|
370
370
|
export interface ConnectCarColorDTO {
|
|
371
371
|
gradeId: number;
|
|
372
|
-
|
|
372
|
+
/** @250409 배열 형태로 전달합니다. */
|
|
373
|
+
colorId: number[];
|
|
373
374
|
}
|
|
374
375
|
/** 특정 모델 내 유효한 모든 옵션을 조회합니다. */
|
|
375
376
|
export interface GetCarModelOptionColorDTO {
|