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

add from to mode paraId channels

visuddhinanda 3 жил өмнө
parent
commit
ef777bec21

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

@@ -94,6 +94,11 @@ export interface IArticleDataResponse {
   editor?: IUser;
   created_at: string;
   updated_at: string;
+  from?: number;
+  to?: number;
+  mode?: string;
+  paraId?: string;
+  channels?: string;
 }
 export interface IArticleResponse {
   ok: boolean;