Просмотр исходного кода

IWidgetSentEditInner -> string

visuddhinanda 2 лет назад
Родитель
Сommit
ca6b80cdbd
1 измененных файлов с 1 добавлено и 1 удалено
  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 };
 }
 }