Explorar o código

add IEditableSentence

visuddhinanda hai 1 ano
pai
achega
378d79a04b
Modificáronse 1 ficheiros con 6 adicións e 0 borrados
  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;
+}