Ver Fonte

add channels?: string; in ISentenceRequest

visuddhinanda há 3 anos atrás
pai
commit
f3687e1e62
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

@@ -151,6 +151,7 @@ export interface ISentenceRequest {
   prEditor?: string;
   prId?: string;
   prEditAt?: string;
+  channels?: string;
 }
 
 export interface ISentenceData {