Sfoglia il codice sorgente

add topicId in ICommentRequest

visuddhinanda 2 anni fa
parent
commit
d128e7cd10
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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;