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

Properties

Properties

name?: string
type: string