/admin/content/list 페이징 처리와 검색 조건 기능 추가

This commit is contained in:
이진기
2024-11-27 16:23:07 +09:00
parent 40a1c2740d
commit f786df1d9b
19 changed files with 449 additions and 54 deletions

View File

@@ -4,7 +4,7 @@ export type ContentListQueryType = {
siteId: string;
orgId: string;
keyword: string;
type: '' | 'TITLE' | 'CONTENT';
type: 'TOTAL' | 'TITLE' | 'CONTENT';
};
export type ContentListType = {