Module Values.ConfigurationTemplatesSource

Sourcetype nonrec t = ConfigurationTemplate.t list
Sourceval make : 'a -> 'a
Sourceval of_string : 'a -> 'b
Sourceval to_value : ConfigurationTemplate.t list -> [> `List of [> `Structure of (string * [> `Enum of string | `List of [> `Enum of string | `String of FieldDelimiter.t | `Structure of (string * [> `Boolean of Boolean.t | `Double of DeliverySourceConfigurationNumericValue.t | `Enum of string | `List of [> `String of DeliverySourceConfigurationSchemaField.t ] list | `String of FieldHeader.t ]) list ] list | `String of Service.t | `Structure of (string * [> `List of [> `String of FieldHeader.t ] list | `String of FieldDelimiter.t | `Structure of (string * [> `Boolean of Boolean.t | `String of DeliverySuffixPath.t ]) list ]) list ]) list ] list ]
Sourceval to_header : 'a -> 'b
Sourceval of_json : [> Yojson.Safe.t ] -> ConfigurationTemplate.t list