So I created a separate nestjs server and reactjs client setup. in the server, i created a user with additional fields. And I notice that in the client, there's typescript error for the additional fields?
How can I fix this? is there any documentation about this?