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

Properties

Properties

name?: string
type: string