Browse Source

add key in IChapterToc

visuddhinanda 2 years ago
parent
commit
47268fd94e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      dashboard/src/components/api/Article.ts

+ 1 - 0
dashboard/src/components/api/Article.ts

@@ -68,6 +68,7 @@ export interface IArticleDataRequest {
   lang: string;
   lang: string;
 }
 }
 export interface IChapterToc {
 export interface IChapterToc {
+  key?: string;
   book: number;
   book: number;
   paragraph: number;
   paragraph: number;
   level: number;
   level: number;