Values.ActionConfigurationSourceRepresents information about an action configuration.
type nonrec t = {configuration : ActionConfigurationMap.t option;The configuration data for the action.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of ActionConfigurationKey.t ]
* [> `String of ActionConfigurationValue.t ])
list ])
list ]