Przeglądaj źródła

add level to IChapter

visuddhinanda 3 lat temu
rodzic
commit
c63248a564
1 zmienionych plików z 1 dodań i 0 usunięć
  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 {