瀏覽代碼

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;