@carsayo/types 1.1.89162 → 1.1.89164
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.
|
@@ -478,9 +478,9 @@ export interface Admin_MemberListData_V2 extends MemberShort {
|
|
|
478
478
|
/** 회원이 등록된 권한 그룹 리스트 */
|
|
479
479
|
roleGroup: RoleGroupId[];
|
|
480
480
|
/** 타입이 카매니저일 때 정의됩니다 */
|
|
481
|
-
customerInfo?: CustomerInfo;
|
|
482
|
-
/** 타입이 카매니저일 때 정의됩니다 */
|
|
483
481
|
dealerInfo?: Admin_MemberListData_DealerInfo;
|
|
482
|
+
/** 일반회원 등록 차량 개수 */
|
|
483
|
+
registerCarCount?: number;
|
|
484
484
|
}
|
|
485
485
|
export interface Admin_MemberListData_DealerInfo extends DealerInfo {
|
|
486
486
|
/** 회원가입 메시지 */
|