Values.TemplateMetadataSourceContains information about an email template.
type nonrec t = {name : TemplateName.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 TemplateName.t | `Timestamp of Timestamp.t ])
list ]