Values.TestRepositoryTriggersInputSourceRepresents the input of a test repository triggers operation.
type nonrec t = {repositoryName : RepositoryName.t;The name of the repository in which to test the triggers.
*)triggers : RepositoryTriggersList.t;The list of triggers to test.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `List of
[> `Enum of string | `String of BranchName.t ] list
| `String of RepositoryTriggerName.t ])
list ]
list
| `String of RepositoryName.t ])
list ]