Ver Fonte

level: number

visuddhinanda há 1 ano atrás
pai
commit
66e3878f55
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      dashboard-v4/dashboard/src/components/api/Corpus.ts

+ 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;