Type Alias EmailAddress

EmailAddress: {
    name?: string;
    address: string;
}

Represents a single email contact

Type declaration

  • Optionalname?: string

    Name of the contact

  • address: string

    Email address of the contact