Module Values.EmailConfigurationsSource

Sourcetype nonrec t = EmailConfiguration.t list
Sourceval make : 'a list -> 'a list
Sourceval of_string : 'a -> 'b
Sourceval to_value : EmailConfiguration.t list -> [> `List of [> `Structure of (string * [> `String of FromEmail.t | `Structure of (string * [> `List of [> `Structure of (string * [> `Structure of (string * [> `String of IdentityStoreId.t ]) list ]) list ] list | `String of EmailSubject.t ]) list ]) list ] list ]
Sourceval to_header : 'a -> 'b
Sourceval of_json : [> Yojson.Safe.t ] -> EmailConfiguration.t list