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

Properties

Properties

name?: string
type: string