Values.MergeOperationsSourceInformation about the file operation conflicts in a merge operation.
type nonrec t = {source : ChangeTypeEnum.t option;The operation (add, modify, or delete) on a file in the source of a merge or pull request.
*)destination : ChangeTypeEnum.t option;The operation on a file in the destination of a merge or pull request.
*)}