/** * This is auto-generated file, don't modify this file manually */ export interface GroupsGroupAttach { /** * group ID */ id?: number; /** * text of attach */ text?: string; /** * activity or category of group */ status?: string; /** * size of group */ size?: number; /** * is favorite */ is_favorite?: boolean; }