browserstack / browserstack-local-nodejs

NodeJS bindings for BrowserStack Local
https://www.browserstack.com
MIT License
71 stars 56 forks source link

[Typescript] Wrong verbose Options type #109

Open KevinBon opened 4 years ago

KevinBon commented 4 years ago

As statued from the README

Possible values for 'verbose' modifier are '1', '2', '3' and 'true'

The verbose Options type is boolean which is not handling the other possible values: 'true', 'false', '1', '2', '3'