fastify / fastify/fastify-reply-from
retriesCount not defined in interface FastifyReplyFromHooks
- Dominant language
- JavaScript
- Stars
- 166
- Forks
- 103
- Avg merge
- 4h 9m
- Merged PRs (30d)
- 4
Description
### Prerequisites
- [X] I have written a descriptive issue title
- [X] I have searched existing issues to ensure the bug has not already been reported
### Fastify version
4.14.0
### Plugin version
8.4.3
### Node.js version
18
### Operating system
Linux
### Operating system version (i.e. 20.04, 11.3, 10)
Ubuntu 22.04
### Description
It seems possible to configure the number of retries according to the documentation and the code (https://github.com/fastify/fastify-reply-from/blob/master/README.md)
However, in the [types](https://github.com/fastify/fastify-reply-from/blob/master/types/index.d.ts) I don't see anything related to `retriesCount`. Is it simply missing or did I misunderstood how to configure it?
### Steps to Reproduce
Try to configure retriesCount in TypeScript.
### Expected Behavior
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.