ソースを参照

add status in IArticleCreateRequest

visuddhinanda 2 年 前
コミット
c6e9ef208c
1 ファイル変更1 行追加0 行削除
  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;
   anthologyId?: string;
   parentId?: string;
+  status?: number;
 }
 
 export interface IAnthologyCreateRequest {