AboutSupportDeveloper GuideVersion 41.129.83.3
interface ContactElement {
    id: FluffyID;
    name?: string;
    type: string;
    [property: string]: any;
}

Indexable

  • [property: string]: any

Properties

Properties

name?: string
type: string