A Fastify route handler, typed based on a given a schema
This inference avoids having to define both schema in route options and the generic parameter on fastify.get<>(), etc.
schema
fastify.get<>()
The schema defined in a Fastify route options
A Fastify route handler, typed based on a given a schema
This inference avoids having to define both
schemain route options and the generic parameter onfastify.get<>(), etc.