Browse Source

add status in IArticleCreateRequest

visuddhinanda 2 years ago
parent
commit
c6e9ef208c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      dashboard/src/components/api/Article.ts

+ 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 {