Kaynağa Gözat

add anthologyId in IArticleDataRequest

visuddhinanda 2 yıl önce
ebeveyn
işleme
acc54f8823
1 değiştirilmiş dosya ile 2 ekleme ve 0 silme
  1. 2 0
      dashboard/src/components/api/Article.ts

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

@@ -66,6 +66,8 @@ export interface IArticleDataRequest {
   content_type?: string;
   status: number;
   lang: string;
+  to_tpl?: boolean;
+  anthology_id?: string;
 }
 export interface IChapterToc {
   key?: string;