Type Alias: MailParty
type MailParty: string | object;
Accepts either an email address string or a structured { name, address }
object.
type MailParty: string | object;
Accepts either an email address string or a structured { name, address }
object.