Values.DevEnvironmentRepositorySummarySourceInformation about the source repsitory for a Dev Environment.
type nonrec t = {repositoryName : SourceRepositoryNameString.t option;The name of the source repository.
*)branchName : SourceRepositoryBranchString.t option;The name of the branch in a source repository cloned into the Dev Environment.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of SourceRepositoryNameString.t ]) list ]