2
0
Эх сурвалжийг харах

add status in IArticleCreateRequest

visuddhinanda 2 жил өмнө
parent
commit
c6e9ef208c

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