2
0
visuddhinanda 3 жил өмнө
parent
commit
db5d1fdcbb

+ 1 - 1
dashboard/src/components/api/Dict.ts

@@ -14,7 +14,7 @@ export interface IDictDataRequest {
   confidence: number;
 }
 export interface IApiResponseDictData {
-  id: number;
+  id: string;
   word: string;
   type: string;
   grammar: string;