@carsayo/types 1.1.892031 → 1.1.892032
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.
|
@@ -630,6 +630,8 @@ export interface SellMyCarOrderBuyer {
|
|
|
630
630
|
* @example '424-01-0123456' // 법인등록번호
|
|
631
631
|
*/
|
|
632
632
|
registrationNumber: string;
|
|
633
|
+
/** 사업자등록증 첨부파일 URL */
|
|
634
|
+
businessRegistrationCertificate: string | null;
|
|
633
635
|
};
|
|
634
636
|
/** 매수자 구(도로명) 주소 */
|
|
635
637
|
oldAddress: string;
|