Interface Phone

Represents the phone of a contact

interface Phone {
    primary: boolean;
    type: AddressType;
    value: string;
}

Properties

Properties

primary: boolean
value: string