AboutSupportDeveloper GuideVersion 41.129.83.2
interface ContactListObject {
    contacts: ContactElement[];
    id?: {
        [key: string]: any;
    };
    name?: string;
    type: string;
    [property: string]: any;
}

Indexable

  • [property: string]: any

Properties

Properties

contacts: ContactElement[]
id?: {
    [key: string]: any;
}
name?: string
type: string