Преглед на файлове

add prUuid in ISentenceRequest

visuddhinanda преди 2 години
родител
ревизия
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;
   contentType?: TContentType;
   prEditor?: string;
   prEditor?: string;
   prId?: string;
   prId?: string;
+  prUuid?: string;
   prEditAt?: string;
   prEditAt?: string;
   channels?: string;
   channels?: string;
 }
 }