fastify/help

Generic Type Error for FastifyReply and FastifyRequest After Installing fastify-jwt Types

ejajahmad opened this issue · 0 comments

After installing @types/fastify-jwt, you might encounter a TypeScript error indicating that the FastifyReply or FastifyRequest types now require 9 type arguments, like this:

Generic type 'FastifyReply<...>' requires 9 type argument(s).ts(2314)