/** * Update Avatar View Model * * Represents the result of an avatar update operation */ export interface UpdateAvatarViewModel { success: boolean; error?: string; }