Explorar el Código

IWidgetSentEditInner -> string

visuddhinanda hace 2 años
padre
commit
ca6b80cdbd
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      dashboard/src/components/api/Corpus.ts

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

@@ -276,5 +276,5 @@ export interface ISentencePrResponse {
 export interface ISentenceSimListResponse {
   ok: boolean;
   message: string;
-  data: { rows: IWidgetSentEditInner[]; count: number };
+  data: { rows: string[]; count: number };
 }