turkerdev / fastify-type-provider-zod

MIT License
303 stars 19 forks source link

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

Closed driimus closed 2 months ago

driimus commented 2 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 2 months ago

Thank you!