Values.DeleteBranchInputSourceRepresents the input of a delete branch operation.
type nonrec t = {repositoryName : RepositoryName.t;The name of the repository that contains the branch to be deleted.
*)branchName : BranchName.t;The name of the branch to delete.
*)}