Values.ApprovalResultSourceRepresents information about the result of an approval request.
type nonrec t = {summary : ApprovalSummary.t;The summary of the current status of the approval request.
*)status : ApprovalStatus.t;The response submitted by a reviewer assigned to an approval action request.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of ApprovalSummary.t ]) list ]