Selaa lähdekoodia

add from to mode paraId channels

visuddhinanda 3 vuotta sitten
vanhempi
sitoutus
ef777bec21
1 muutettua tiedostoa jossa 5 lisäystä ja 0 poistoa
  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;