Interface GroupsContactsItem

interface GroupsContactsItem {
    desc: string;
    email: string;
    phone: string;
    user_id: number;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

desc: string

Contact description

email: string

Contact email

phone: string

Contact phone

user_id: number

User ID

Generated using TypeDoc