Explorar el Código

add status in IArticleCreateRequest

visuddhinanda hace 2 años
padre
commit
c6e9ef208c
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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 {