Просмотр исходного кода

add channels?: string; in ISentenceRequest

visuddhinanda 2 лет назад
Родитель
Сommit
f3687e1e62
1 измененных файлов с 1 добавлено и 0 удалено
  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 {