@carsayo/types 1.1.892047 → 1.1.892048
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.
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { BankCode, SellCarTagId, SidoName, SigunguId } from "../../../data";
|
|
1
|
+
import { BankCode, SellCarTagId, SidoId, SidoName, SigunguId } from "../../../data";
|
|
2
2
|
import { CooconAccidentHistoryInfo, CooconUsedCarInfo } from "../../providers";
|
|
3
3
|
import { FileInfo } from "../file";
|
|
4
4
|
import { UsedCarDealerInfo } from "./interface-member";
|
|
@@ -233,6 +233,8 @@ export interface SellMyCarOrderCancelInfo<T extends SellMyCarOrderCancelType | S
|
|
|
233
233
|
}
|
|
234
234
|
/** 시군구 정보 */
|
|
235
235
|
export declare class SellMyCarOrderSigunguInfo {
|
|
236
|
+
/** 시도 Id */
|
|
237
|
+
siId: SidoId;
|
|
236
238
|
/** 시군구 id */
|
|
237
239
|
id: SigunguId;
|
|
238
240
|
/** 시 명 */
|