Browse Source

add from to mode paraId channels

visuddhinanda 2 years ago
parent
commit
ef777bec21
1 changed files with 5 additions and 0 deletions
  1. 5 0
      dashboard/src/components/api/Article.ts

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

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