AboutSupportDeveloper GuideVersion 41.130.100.28
interface Contact {
    id: TentacledID;
    name?: string;
    type: string;
    [property: string]: any;
}

Indexable

  • [property: string]: any

Properties

Properties

name?: string
type: string