Jelajahi Sumber

add topicId in ICommentRequest

visuddhinanda 2 tahun lalu
induk
melakukan
d128e7cd10
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  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;