export interface ImageAvatar { indx: number; textShortName: string; avatarColor: { background?: string; color?: string }; }