Values.ProviderInputSourceThe provider-specific input for creating an integration. This is a union type that contains provider-specific configuration.
type nonrec t = {github : GitHubIntegrationInput.t option;The GitHub-specific input for creating an integration.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Structure of (string * [> `String of AuthCode.t ]) list ])
list ]