node-testrail-api
node-testrail-api copied to clipboard
@types/request missing for Typescript projects
Pretty much as the title says, if you use this package in a typescript project, you get errors saying that there are no type definition for the request library. Easy workaround is to install @types/request on the project, but it would be better if the dependency was specified by node-testrail-api