Pārlūkot izejas kodu

IWidgetSentEditInner -> string

visuddhinanda 3 gadi atpakaļ
vecāks
revīzija
ca6b80cdbd
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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 };
 }