/** * This is auto-generated file, don't modify this file manually */ export interface GroupsContactsItem { /** * User ID */ user_id?: number; /** * Contact description */ desc?: string; /** * Contact phone */ phone?: string; /** * Contact email */ email?: string; }