2
0
Эх сурвалжийг харах

add strlen in IVocabularyData

visuddhinanda 2 жил өмнө
parent
commit
a42e6b0bde

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

@@ -76,6 +76,7 @@ export interface IVocabularyData {
   word: string;
   count: number;
   meaning?: string;
+  strlen: number;
 }
 export interface IVocabularyListResponse {
   ok: boolean;