Ver Fonte

add level to IChapter

visuddhinanda há 3 anos atrás
pai
commit
c63248a564
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      dashboard/src/components/corpus/BookViewer.tsx

+ 1 - 0
dashboard/src/components/corpus/BookViewer.tsx

@@ -9,6 +9,7 @@ import { Tabs } from "antd";
 export interface IChapter {
   book: number;
   para: number;
+  level?: number;
 }
 
 interface IWidget {