@carsayo/types 1.1.851 → 1.1.852
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.
|
@@ -205,6 +205,8 @@ export type AccidentReport_Commission = {
|
|
|
205
205
|
export type Admin_AccidentReport = Omit<AccidentReport, "repairShop"> & {
|
|
206
206
|
/** 배정 공업사 정보 */
|
|
207
207
|
repairShop: Admin_RepairShop | null;
|
|
208
|
+
/** 정산 정보 */
|
|
209
|
+
commission: AccidentReport_Commission | null;
|
|
208
210
|
};
|
|
209
211
|
/** 관리자가 조회하는 정비소 정보 */
|
|
210
212
|
export type Admin_RepairShop = RepairShop & {
|