chore: Updated API reports.

Signed-off-by: Marley Powell <Marley.Powell@exclaimer.com>
This commit is contained in:
Marley Powell
2021-12-14 15:09:14 +00:00
parent 98e01d0f2b
commit cc51997496
2 changed files with 169 additions and 0 deletions
@@ -61,6 +61,10 @@ export interface CreatedBy {
// (undocumented)
imageUrl?: string;
// (undocumented)
teamIds?: string[];
// (undocumented)
teamNames?: string[];
// (undocumented)
uniqueName?: string;
}
@@ -254,6 +258,8 @@ export interface Reviewer {
// (undocumented)
isRequired?: boolean;
// (undocumented)
uniqueName?: string;
// (undocumented)
voteStatus: PullRequestVoteStatus;
}