소스 검색

level: number

visuddhinanda 1 년 전
부모
커밋
66e3878f55
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;