visuddhinanda 1 рік тому
батько
коміт
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;
   message: string;
   data: { rows: IWidgetSentEditInner[]; count: number };
   data: { rows: IWidgetSentEditInner[]; count: number };
 }
 }
+
+export interface IEditableSentence {
+  ok: boolean;
+  message: string;
+  data: IWidgetSentEditInner;
+}