/** * ViewData for UpdateAvatar */ export interface UpdateAvatarViewData { success: boolean; error?: string; }