Values.TemplateSyncConfigSourceThe detail data for a template sync configuration.
type nonrec t = {branch : GitBranchName.t option;The repository branch.
*)repositoryName : RepositoryName.t option;The repository name (for example, myrepos/myrepo).
*)repositoryProvider : RepositoryProvider.t option;The repository provider.
*)subdirectory : Subdirectory.t option;A subdirectory path to your template bundle version.
*)templateName : ResourceName.t option;The template name.
*)templateType : TemplateType.t option;The template type.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of GitBranchName.t ]) list ]