@carsayo/types 1.1.892111 → 1.1.892114
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.
|
@@ -342,7 +342,7 @@ export interface CustomerOrderListData extends OrderListData {
|
|
|
342
342
|
}
|
|
343
343
|
export interface DealerOrderListData extends OrderListData {
|
|
344
344
|
/** 주문자 */
|
|
345
|
-
member: MemberShort;
|
|
345
|
+
member: MemberShort | null;
|
|
346
346
|
/** 해당 주문에 입찰한 카매니저 수 */
|
|
347
347
|
bidNumber: number;
|
|
348
348
|
/** 카매니저가 해당 주문을 확인했는지 여부 */
|