Values.ApprovalStatusDetailsSourceContains detailed information about the approval state of a given member in the collaboration for a given collaboration change request.
type nonrec t = {status : ApprovalStatus.t option;The approval status of a member's vote on the change request. Valid values are PENDING (if they haven't voted), APPROVED, or DENIED.
*)}