사용자 검색 기능 구현
This commit is contained in:
@@ -10,6 +10,12 @@ interface ApiResponse<T> {
|
||||
message?: string;
|
||||
errorCode?: string;
|
||||
total?: number;
|
||||
searchType?: "unified" | "single" | "advanced" | "none"; // 검색 타입 정보
|
||||
pagination?: {
|
||||
page: number;
|
||||
limit: number;
|
||||
totalPages: number;
|
||||
};
|
||||
// 백엔드 호환성을 위한 추가 필드
|
||||
result?: boolean;
|
||||
msg?: string;
|
||||
|
||||
Reference in New Issue
Block a user