ContactDetailsPrimary

interface ContactDetailsPrimary {
    email?: string;
    phone?: string;
}

Properties

Properties

email?: string

The email address to which email messages are delivered.

ContactDetailsPrimary

phone?: string

The phone number of the person, business or institution.

ContactDetailsPrimary