فهرست منبع

add anthologyId in IArticleDataRequest

visuddhinanda 2 سال پیش
والد
کامیت
acc54f8823
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  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;
   content_type?: string;
   status: number;
   status: number;
   lang: string;
   lang: string;
+  to_tpl?: boolean;
+  anthology_id?: string;
 }
 }
 export interface IChapterToc {
 export interface IChapterToc {
   key?: string;
   key?: string;