Explorar o código

add level to IChapter

visuddhinanda %!s(int64=3) %!d(string=hai) anos
pai
achega
c63248a564
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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 {