@carsayo/types 1.1.892099 → 1.1.892101
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.
|
@@ -302,6 +302,7 @@ export interface Admin_SearchMemberDTO_V3 {
|
|
|
302
302
|
skip?: number;
|
|
303
303
|
take: number;
|
|
304
304
|
mode?: SearchMemberMode;
|
|
305
|
+
isCarsayo?: boolean;
|
|
305
306
|
option?: SearchMemberListOptionDTO_V2;
|
|
306
307
|
search?: SearchMemberListKeywordDTO_V3;
|
|
307
308
|
/** 미정의시 created_at을 기준으로 합니다 */
|