visuddhinanda 1 rok temu
rodzic
commit
66e3878f55

+ 1 - 1
dashboard-v4/dashboard/src/components/api/Corpus.ts

@@ -212,7 +212,7 @@ export interface IPaliTocListResponse {
 export interface IChapterToc {
   book: number;
   paragraph: number;
-  level: string;
+  level: number;
   text: string | null;
   chapter_len: number;
   chapter_strlen: number;