Values.BatchGetRepositoriesInputSourceRepresents the input of a batch get repositories operation.
type nonrec t = {repositoryNames : RepositoryNameList.t;The names of the repositories to get information about. The length constraint limit is for each string in the array. The array itself can be empty.
*)}val to_value :
t ->
[> `Structure of
(string * [> `List of [> `String of RepositoryName.t ] list ]) list ]