Values.SourceReferenceSourceContains information about the source reference in a code repository, such as a branch, tag, or commit.
type nonrec t = {type_ : SourceReferenceType.t;The type of source reference, such as branch, tag, or commit.
*)value : SourceReferenceValue.t;The value of the source reference, such as the branch name, tag name, or commit ID.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of SourceReferenceValue.t ]) list ]