Greetings!
I got a pretty simple task, I think, but I can't make it happen. I have a player object, that I wanna modify, and keep the changes in another partial object. When calling the method, I parse in the target attribute of the object and then wanna assign the new aquired value into the edited players object. But TypeScript doesnt let me do it, in terms of the type-check.
What am I doing wrong?