Interface CloudUsernameContactItem

Defines the properties of a CloudUsername based contact item.

interface CloudUsernameContactItem {
    cloudId: string;
    cloudUsername: string;
    networkId: string;
    type: "cloudUsername";
}

Hierarchy (view full)

Properties

cloudId: string

Cloud ID associated with the contact.

cloudUsername: string

Cloud username associated with the contact.

networkId: string

Network ID for the contact.

type: "cloudUsername"

Type of contact item.

Generated using TypeDoc