@carsayo/types 1.1.892110 → 1.1.892111
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.
|
@@ -412,7 +412,7 @@ export interface DealerOrderListData extends OrderListData {
|
|
|
412
412
|
}
|
|
413
413
|
export interface AdminOrderListData extends OrderListData {
|
|
414
414
|
/** 주문자 */
|
|
415
|
-
member: MemberShort;
|
|
415
|
+
member: MemberShort | null;
|
|
416
416
|
/** 담당 카매니저 */
|
|
417
417
|
manager: DealerShort | null;
|
|
418
418
|
/** 담당 카매니저가 작성한 메모 존재 여부 */
|