Przeglądaj źródła

add dict_shortname

visuddhinanda 3 lat temu
rodzic
commit
565b94e8c8
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      dashboard/src/components/api/Dict.ts

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

@@ -26,6 +26,7 @@ export interface IApiResponseDictData {
   language: string;
   dict_id: string;
   dict_name?: string;
+  dict_shortname?: string;
   confidence: number;
   creator_id: number;
   updated_at: string;