Fastify schema not inferred in request.query
I new to and trying out Fastify with Typescript. I am unable to figure out why the name
in the const {name} = req.query
section is throwing a type error:
I new to and trying out Fastify with Typescript. I am unable to figure out why the name
in the const {name} = req.query
section is throwing a type error: