浏览代码

anthologyId in IArticleCreateRequest

visuddhinanda 2 年之前
父节点
当前提交
9fa0c43714
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      dashboard/src/components/api/Article.ts

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

@@ -120,6 +120,7 @@ export interface IArticleCreateRequest {
   title: string;
   lang: string;
   studio: string;
+  anthologyId?: string;
 }
 
 export interface IAnthologyCreateRequest {