瀏覽代碼

add IEditableSentence

visuddhinanda 2 年之前
父節點
當前提交
378d79a04b
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. 6 0
      dashboard/src/components/api/Corpus.ts

+ 6 - 0
dashboard/src/components/api/Corpus.ts

@@ -289,3 +289,9 @@ export interface ISentenceWbwListResponse {
   message: string;
   data: { rows: IWidgetSentEditInner[]; count: number };
 }
+
+export interface IEditableSentence {
+  ok: boolean;
+  message: string;
+  data: IWidgetSentEditInner;
+}