فهرست منبع

add parent_uid in IArticleDataResponse

visuddhinanda 2 سال پیش
والد
کامیت
38b8207032
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 2 0
      dashboard/src/components/api/Article.ts

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

@@ -100,6 +100,7 @@ export interface IArticleDataResponse {
   to?: number;
   mode?: string;
   paraId?: string;
+  parent_uid?: string;
   channels?: string;
 }
 export interface IArticleResponse {
@@ -121,6 +122,7 @@ export interface IArticleCreateRequest {
   lang: string;
   studio: string;
   anthologyId?: string;
+  parentId?: string;
 }
 
 export interface IAnthologyCreateRequest {