Explorar el Código

add dict_shortname

visuddhinanda hace 3 años
padre
commit
565b94e8c8
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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;