/** * This is auto-generated file, don't modify this file manually */ export interface GroupsLinksItem { /** * Link title */ name?: string; /** * Link description */ desc?: string; /** * Information whether the link title can be edited */ edit_title?: 0 | 1; /** * Link ID */ id?: number; /** * URL of square image of the link with 100 pixels in width */ photo_100?: string; /** * URL of square image of the link with 50 pixels in width */ photo_50?: string; /** * Link URL */ url?: string; /** * Information whether the image on processing */ image_processing?: 0 | 1; }