Ver Fonte

add html in ISentenceRequest

visuddhinanda há 2 anos atrás
pai
commit
6c8c55bb14
1 ficheiros alterados com 1 adições e 0 exclusões
  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 {