Values.DifferenceSourceReturns information about a set of differences for a commit specifier.
type nonrec t = {beforeBlob : BlobMetadata.t option;Information about a beforeBlob data type object, including the ID, the file mode permission code, and the path.
*)afterBlob : BlobMetadata.t option;Information about an afterBlob data type object, including the ID, the file mode permission code, and the path.
*)changeType : ChangeTypeEnum.t option;Whether the change type of the difference is an addition (A), deletion (D), or modification (M).
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Structure of (string * [> `String of ObjectId.t ]) list ])
list ]