瀏覽代碼

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 };
 }