Kaynağa Gözat

add html in ISentenceRequest

visuddhinanda 2 yıl önce
ebeveyn
işleme
6c8c55bb14
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1 0
      dashboard/src/components/api/Corpus.ts

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

@@ -154,6 +154,7 @@ export interface ISentenceRequest {
   prUuid?: string;
   prUuid?: string;
   prEditAt?: string;
   prEditAt?: string;
   channels?: string;
   channels?: string;
+  html?: boolean;
 }
 }
 
 
 export interface ISentenceData {
 export interface ISentenceData {