Currently, I am attempting to upgrade to the most recent version of restify
(6.4.2
). Our application is written in TypeScript
. The clients have now been separated into their own package starting from the previous version of restify
we were using (4.3.2
) - they are now under restify-clients
.
An issue I am encountering is that there are no TypeScript declarations available for @types/restify-clients
, causing a compilation error in my application. Despite searching on npm
, I have not been able to locate any relevant typings for this package.
If anyone has insight on where I can find the type definitions for this package or if they simply do not exist, I would greatly appreciate the guidance. Thank you!