Explorar o código

add anthologyId in IArticleDataRequest

visuddhinanda %!s(int64=2) %!d(string=hai) anos
pai
achega
acc54f8823
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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;