@carsayo/types 1.1.892117 → 1.1.892119
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.
|
@@ -528,6 +528,10 @@ export interface DealerOrderDetail extends OrderDetail {
|
|
|
528
528
|
export interface AdminOrderDetail extends OrderDetail {
|
|
529
529
|
/** 주문자 */
|
|
530
530
|
member: MemberShort | null;
|
|
531
|
+
/** 주문자명 */
|
|
532
|
+
name: string;
|
|
533
|
+
/** 주문자 연락처 */
|
|
534
|
+
phoneNumber: string;
|
|
531
535
|
/** 낙찰되었을 경우 담당 카매니저 */
|
|
532
536
|
manager: DealerShort | null;
|
|
533
537
|
/** 해당 주문에 입찰한 카매니저 수 */
|