visuddhinanda 3 年 前
コミット
851ccd20ba
1 ファイル変更1 行追加0 行削除
  1. 1 0
      dashboard/src/components/api/Term.ts

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

@@ -10,6 +10,7 @@ export interface ITermDataRequest {
 }
 export interface ITermDataResponse {
 	id: number;
+	guid: string;
 	word: string;
 	tag: string;
 	meaning: string;