@carsayo/types 1.1.892042 → 1.1.892043
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.
|
@@ -176,6 +176,7 @@ export declare const SellMyCarOrderStatus_Admin: {
|
|
|
176
176
|
readonly 진행중주문_구매완료: "구매완료";
|
|
177
177
|
readonly 거래종결_검토중: "검토중";
|
|
178
178
|
readonly 거래종결_거래종결: "거래종결";
|
|
179
|
+
readonly 취소: "취소";
|
|
179
180
|
};
|
|
180
181
|
export type SellMyCarOrderStatus_Admin = keyof typeof SellMyCarOrderStatus_Admin;
|
|
181
182
|
export declare const SellMyCarCommissionExpenseProofType: {
|