소스 검색

add topicId in ICommentRequest

visuddhinanda 2 년 전
부모
커밋
d128e7cd10
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      dashboard/src/components/api/Comment.ts

+ 1 - 0
dashboard/src/components/api/Comment.ts

@@ -12,6 +12,7 @@ export interface ICommentRequest {
   content?: string;
   content_type?: TContentType;
   parent?: string;
+  topicId?: string;
   tpl_id?: string;
   status?: "active" | "close";
   editor?: IUser;