Ver Fonte

add key in IChapterToc

visuddhinanda há 2 anos atrás
pai
commit
47268fd94e
1 ficheiros alterados com 1 adições e 0 exclusões
  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;
 }
 export interface IChapterToc {
+  key?: string;
   book: number;
   paragraph: number;
   level: number;