فهرست منبع

id: number -> string

visuddhinanda 3 سال پیش
والد
کامیت
db5d1fdcbb
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      dashboard/src/components/api/Dict.ts

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

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