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

Properties

Properties

name?: string
type: string