Values.GetPullRequestApprovalStatesInputSourceGets information about the approval states for a specified pull request. Approval states only apply to pull requests that have one or more approval rules applied to them.
type nonrec t = {pullRequestId : PullRequestId.t;The system-generated ID for the pull request.
*)revisionId : RevisionId.t;The system-generated ID for the pull request revision.
*)}