Prechádzať zdrojové kódy

IWidgetSentEditInner -> string

visuddhinanda 2 rokov pred
rodič
commit
ca6b80cdbd
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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 {
 export interface ISentenceSimListResponse {
   ok: boolean;
   ok: boolean;
   message: string;
   message: string;
-  data: { rows: IWidgetSentEditInner[]; count: number };
+  data: { rows: string[]; count: number };
 }
 }