@carsayo/types 1.1.891786 → 1.1.891788
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.
|
@@ -536,7 +536,12 @@ export interface RepairServiceAvailableRegionData {
|
|
|
536
536
|
}
|
|
537
537
|
/** 수리 가능 지역 정보 */
|
|
538
538
|
export interface RepairServiceAvailableRegion {
|
|
539
|
+
/** 시도 */
|
|
539
540
|
name: string;
|
|
540
|
-
/** undefined일 경우 "전 지역"
|
|
541
|
-
|
|
541
|
+
/** undefined일 경우 "전 지역"
|
|
542
|
+
* @note 시군구
|
|
543
|
+
*/
|
|
544
|
+
subregions?: {
|
|
545
|
+
name: string;
|
|
546
|
+
}[];
|
|
542
547
|
}
|