Explorar el Código

add progress status

visuddhinanda hace 3 años
padre
commit
1beb279db3
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      dashboard/src/components/api/Corpus.ts

+ 2 - 0
dashboard/src/components/api/Corpus.ts

@@ -172,6 +172,8 @@ export interface IChapterData {
   summary: string;
   summary: string;
   view: number;
   view: number;
   like: number;
   like: number;
+  status?: number;
+  progress: number;
   created_at: string;
   created_at: string;
   updated_at: string;
   updated_at: string;
 }
 }