Browse Source

add status in IArticleCreateRequest

visuddhinanda 2 năm trước cách đây
mục cha
commit
c6e9ef208c

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

@@ -129,6 +129,7 @@ export interface IArticleCreateRequest {
   studio: string;
   studio: string;
   anthologyId?: string;
   anthologyId?: string;
   parentId?: string;
   parentId?: string;
+  status?: number;
 }
 }
 
 
 export interface IAnthologyCreateRequest {
 export interface IAnthologyCreateRequest {