diff --git a/README.md b/README.md index f9fd08a..42ee435 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ To enable verbose logging - ```js bs_local_args = { 'key': '', 'verbose': 'true' } ``` -Note - Possible values for 'verbose' modifier are '1', '2', '3' and 'true' +Note - Possible values for 'verbose' modifier are true, false, '1', '2', '3', 'true' and 'false' #### Folder Testing To test local folder rather internal server, provide path to folder as value of this option - diff --git a/index.d.ts b/index.d.ts index 6f1a3d6..2ef2517 100644 --- a/index.d.ts +++ b/index.d.ts @@ -1,7 +1,9 @@ declare module "browserstack-local" { + type VerboseLevels = boolean | 'true' | 'false' | '1' | '2' | '3' + interface Options { key: string; - verbose: boolean; + verbose: VerboseLevels; force: boolean; only: string; onlyAutomate: boolean; pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy