Ver Fonte

add guid

visuddhinanda há 3 anos atrás
pai
commit
851ccd20ba
1 ficheiros alterados com 1 adições e 0 exclusões
  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;