visuddhinanda 3 lat temu
rodzic
commit
851ccd20ba
1 zmienionych plików z 1 dodań i 0 usunięć
  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 {
 export interface ITermDataResponse {
 	id: number;
 	id: number;
+	guid: string;
 	word: string;
 	word: string;
 	tag: string;
 	tag: string;
 	meaning: string;
 	meaning: string;