Quellcode durchsuchen

add channels?: string; in ISentenceRequest

visuddhinanda vor 2 Jahren
Ursprung
Commit
f3687e1e62
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  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;
   prEditor?: string;
   prId?: string;
   prId?: string;
   prEditAt?: string;
   prEditAt?: string;
+  channels?: string;
 }
 }
 
 
 export interface ISentenceData {
 export interface ISentenceData {