Interface INewContact

Represents a new contact.

Index

Properties

Properties

optional public emails?: { preferred?: string; personal?: string; business?: string; other?: string; }

The contact's email addresses.

optional public emails.business?: string

The contact's business email address.

optional public emails.other?: string

The contact's "alternate" email address.

optional public emails.personal?: string

The contact's personal email address.

optional public emails.preferred?: string

The contact's preferred email address.

optional public first_name?: string

The contact's first name.

optional public last_name?: string

The contact's last name.

optional public work?: Array<{ employer: { name: string; }; }>

An array that contains the contact's work info.