Parcourir la source

add ISentenceWbwListResponse

visuddhinanda il y a 2 ans
Parent
commit
6444ca629a
1 fichiers modifiés avec 6 ajouts et 0 suppressions
  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 };
+}