2
0
Эх сурвалжийг харах

add source to IApiResponseDictData

visuddhinanda 2 жил өмнө
parent
commit
1019d43f72

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

@@ -46,6 +46,7 @@ export interface IApiResponseDictData {
   note?: string | null;
   factors?: string | null;
   factormean?: string | null;
+  source: string | null;
   language: string;
   dict?: IDictInfo;
   dict_id: string;