Browse Source

add other_meaning in ITerm

visuddhinanda 1 year ago
parent
commit
29f04ee166
1 changed files with 1 additions and 0 deletions
  1. 1 0
      dashboard/src/reducers/term-vocabulary.ts

+ 1 - 0
dashboard/src/reducers/term-vocabulary.ts

@@ -10,6 +10,7 @@ export interface ITerm {
   word: string;
   word: string;
   tag?: string;
   tag?: string;
   meaning: string;
   meaning: string;
+  other_meaning?: string;
 }
 }
 
 
 interface IState {
 interface IState {