Explorar o código

add strlen in IVocabularyData

visuddhinanda %!s(int64=2) %!d(string=hai) anos
pai
achega
a42e6b0bde
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      dashboard/src/components/api/Dict.ts

+ 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;