visuddhinanda 2 лет назад
Родитель
Сommit
6444ca629a
1 измененных файлов с 6 добавлено и 0 удалено
  1. 6 0
      dashboard/src/components/api/Corpus.ts

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

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