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

Properties

Properties

name?: string
type: string