Преглед изворни кода

add strlen in IVocabularyData

visuddhinanda пре 2 година
родитељ
комит
a42e6b0bde
1 измењених фајлова са 1 додато и 0 уклоњено
  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;