turkerdev / fastify-type-provider-zod

MIT License
413 stars 25 forks source link

fix(types): allow assigning provider-enabled instances to `FastifyInstance` #80

Closed driimus closed 6 months ago

driimus commented 6 months ago

Fixes fastify/aws-lambda-fastify#205 by making ZodTypeProvider assignable to FastifyTypeProvider.

For an explanation, see https://fastify.dev/docs/latest/Guides/Write-Type-Provider/.

kibertoad commented 6 months ago

Thank you!