/admin/content/list 페이징 처리와 검색 조건 기능 추가
This commit is contained in:
@@ -4,7 +4,7 @@ export type ContentListQueryType = {
|
||||
siteId: string;
|
||||
orgId: string;
|
||||
keyword: string;
|
||||
type: '' | 'TITLE' | 'CONTENT';
|
||||
type: 'TOTAL' | 'TITLE' | 'CONTENT';
|
||||
};
|
||||
|
||||
export type ContentListType = {
|
||||
|
||||
Reference in New Issue
Block a user