Browse Source

add collection

visuddhinanda 2 years ago
parent
commit
2149a6b40a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      dashboard/src/components/api/Article.ts

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

@@ -140,6 +140,7 @@ export interface IAnthologyCreateRequest {
 export interface IArticleMapRequest {
   id?: string;
   collect_id?: string;
+  collection?: { id: string; title: string };
   article_id?: string;
   level: number;
   title: string;