@carsayo/types 1.1.891955 → 1.1.891956
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.
|
@@ -139,7 +139,7 @@ export interface CurrentDealerPenalty {
|
|
|
139
139
|
/** 패널티 내용 */
|
|
140
140
|
content: string;
|
|
141
141
|
/** 패널티가 발생한 주문 id */
|
|
142
|
-
sell_car_order_id
|
|
142
|
+
sell_car_order_id: string | null;
|
|
143
143
|
/** 이 경고로 인해 발생한 패널티 정보 */
|
|
144
144
|
penalty: {
|
|
145
145
|
type: CurrentDealerPenaltyType;
|