@carsayo/types 1.1.89078 → 1.1.89079
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.
|
@@ -183,7 +183,9 @@ export interface UpdateSortOrderDTO {
|
|
|
183
183
|
sort_order: number;
|
|
184
184
|
}
|
|
185
185
|
export interface ModifyCarSortOrderDTO {
|
|
186
|
-
key: "maker" | "model" | "trim" | "grade";
|
|
186
|
+
key: "maker" | "model" | "trim" | "grade" | "option" | "color";
|
|
187
|
+
/** @note key: option, color일 때 필수조건 */
|
|
188
|
+
gradeId?: number;
|
|
187
189
|
data: UpdateSortOrderDTO[];
|
|
188
190
|
}
|
|
189
191
|
export interface CreateCarModelDTO {
|