Values.EmailTemplateMetadataSourceContains information about an email template.
type nonrec t = {templateName : EmailTemplateName.t option;The name of the template.
*)createdTimestamp : Timestamp.t option;The time and date the template was created.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of EmailTemplateName.t | `Timestamp of Timestamp.t ])
list ]