export interface GenerateAvatarsViewData { success: boolean; avatarUrls: string[]; errorMessage?: string; }