fastify-type-provider-zod
fastify-type-provider-zod copied to clipboard
feat: type definition for separated type provider for fastify 5
The interface TypeProvider
changed in Fastify 5. Look at https://github.com/fastify/fastify/pull/5427
This PR adjusts the ZodTypeProvider
implementation.
It's a break change