Explorar o código

add from to mode paraId channels

visuddhinanda %!s(int64=2) %!d(string=hai) anos
pai
achega
ef777bec21
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  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;
   created_at: string;
   updated_at: string;
+  from?: number;
+  to?: number;
+  mode?: string;
+  paraId?: string;
+  channels?: string;
 }
 export interface IArticleResponse {
   ok: boolean;