Browse Source

add prUuid in ISentenceRequest

visuddhinanda 2 years ago
parent
commit
6923aec561
1 changed files with 1 additions and 0 deletions
  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;
 }