Przeglądaj źródła

add status in IArticleCreateRequest

visuddhinanda 2 lat temu
rodzic
commit
c6e9ef208c
1 zmienionych plików z 1 dodań i 0 usunięć
  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 {