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

Properties

Properties

name?: string
type: string