Procházet zdrojové kódy

IWidgetSentEditInner -> string

visuddhinanda před 2 roky
rodič
revize
ca6b80cdbd
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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 };
 }