I asked a question yesterday and it was solved successfully, but now I don't understand why it won't let me destructure the file path.
Here I have registered the multer
When I do the put request with postman everything works fine
In the console an object appears with the information of the photo
As I said before when I want to destructure the path, it does not appear
I already solved this problem, if something similar happened to someone, what they have to do is remove the [] in type:
FilesInRequest = FilesObject | Partial<File>[]