issues
search
inthepocket
/
fastify-typeorm-plugin
Fastify plugin for TypeORM
MIT License
25
stars
6
forks
source link
Resolve typescript issues
#37
Closed
timvermaercke
closed
3 years ago
timvermaercke
commented
3 years ago
Resolved these typescript issues:
declaring the FastifyInterface interface again, conflicted with fastify itself.
fastify had no exported member 'Plugin', thus declared the plugin in a different way.
Resolved these typescript issues: