Type alias UserProfileUpdate

UserProfileUpdate: Partial<Pick<User, "firstName" | "lastName" | "avatar">>

Type for updating user profile information Only allows updating firstName, lastName, and avatar