visuddhinanda пре 2 година
родитељ
комит
2149a6b40a
1 измењених фајлова са 1 додато и 0 уклоњено
  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;