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

add prUuid in ISentenceRequest

visuddhinanda 2 лет назад
Родитель
Сommit
6923aec561
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 {
   contentType?: TContentType;
   prEditor?: string;
   prId?: string;
+  prUuid?: string;
   prEditAt?: string;
   channels?: string;
 }