Values.PackageGroupAllowedRepositorySourceDetails about an allowed repository for a package group, including its name and origin configuration.
type nonrec t = {repositoryName : RepositoryName.t option;The name of the allowed repository.
*)originRestrictionType : PackageGroupOriginRestrictionType.t option;The origin configuration restriction type of the allowed repository.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of RepositoryName.t ]) list ]