Using fastify server in nest js for file uploading

266 views Asked by At

Property 'multipart' does not exist on type 'FastifyRequest<RouteGenericInterface, RawServerDefault, IncomingMessage, FastifySchema, FastifyTypeProviderDefault, unknown, FastifyBaseLogger, ResolveFastifyRequestType<...>>'.

22 const mp = await req.multipart(this.handler, onEnd); ~~~~~~~~~

This is the image of my code i have tried but it gives the same error

0

There are 0 answers