Sfoglia il codice sorgente

add from to mode paraId channels

visuddhinanda 3 anni fa
parent
commit
ef777bec21
1 ha cambiato i file con 5 aggiunte e 0 eliminazioni
  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;