AboutSupportDeveloper GuideVersion 41.129.83.3
interface Contact {
    id: ContactID;
    name?: string;
    type: string;
}

Properties

Properties

name?: string
type: string