尝试使用 multer 解构 fastify ts 时出错

Error when trying to destructure in fastify ts with multer

昨天问了一个问题,解决成功了,现在不明白为什么不让我解构文件路径

error destructure the path

这里我注册了multer

enter image description here

当我用邮递员发出放置请求时,一切正常

postman petition

在控制台中出现一个带有照片信息的对象

img console-log

之前说了我要解构路径的时候没有出现

我已经解决了这个问题,如果有人发生类似的事情,他们要做的就是删除类型中的[]

FilesInRequest = FilesObject | Partial<File>[]