Ver Fonte

add status in IArticleCreateRequest

visuddhinanda há 2 anos atrás
pai
commit
c6e9ef208c
1 ficheiros alterados com 1 adições e 0 exclusões
  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 {