Parcourir la source

add html in ISentenceRequest

visuddhinanda il y a 2 ans
Parent
commit
6c8c55bb14
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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;
   prEditAt?: string;
   channels?: string;
+  html?: boolean;
 }
 
 export interface ISentenceData {