node-testrail-api icon indicating copy to clipboard operation
node-testrail-api copied to clipboard

@types/request missing for Typescript projects

Open ClaytonAstrom opened this issue 5 years ago • 0 comments

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

ClaytonAstrom avatar Jun 16 '20 20:06 ClaytonAstrom