Преглед изворни кода

add source to IApiResponseDictData

visuddhinanda пре 2 година
родитељ
комит
1019d43f72
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      dashboard/src/components/api/Dict.ts

+ 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;