Phone number associated to a contact

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

Properties

Properties

uri: string
value: string