Values.SavedAddressSourceAn address that is a member of an address list.
type nonrec t = {address : Address.t option;The email or domain that constitutes the address.
*)createdTimestamp : Timestamp.t option;The timestamp of when the address was added to the address list.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of Address.t | `Timestamp of Timestamp.t ]) list ]