E-mail address associated to a contact

interface Email {
    uri: string;
    value: string;
}

Properties

Properties

uri: string
value: string