Przeglądaj źródła

:fire: IFtsItem

visuddhinanda 1 rok temu
rodzic
commit
f4f9c915a1

+ 1 - 8
dashboard-v4/dashboard/src/components/fts/FtsBookList.tsx

@@ -21,14 +21,7 @@ interface IFtsResponse {
     count: number;
   };
 }
-interface IFtsItem {
-  book: number;
-  paragraph: number;
-  title?: string;
-  paliTitle?: string;
-  pcdBookId: number;
-  count: number;
-}
+
 interface IWidget {
   keyWord?: string;
   keyWords?: string[];