Преглед изворни кода

IWidgetSentEditInner -> string

visuddhinanda пре 2 година
родитељ
комит
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 {
   ok: boolean;
   message: string;
-  data: { rows: IWidgetSentEditInner[]; count: number };
+  data: { rows: string[]; count: number };
 }