Interface BaseContactItem

Defines the base properties of a contact item.

interface BaseContactItem {
    cloudId: string;
    networkId: string;
    type: ContactType;
}

Hierarchy (view full)

Properties

cloudId: string

Cloud ID associated with the contact.

networkId: string

Network ID for the contact.

Type of contact item.

Generated using TypeDoc