feat: ClientOptions#interactionTimeout

This commit is contained in:
March 7th
2022-11-19 17:59:52 +07:00
parent ac63d40cb3
commit 54ea46ce4b
3 changed files with 7 additions and 4 deletions

1
typings/index.d.ts vendored
View File

@@ -4716,6 +4716,7 @@ export interface ClientOptions {
proxy?: string;
captchaService?: string;
captchaKey?: string;
interactionTimeout?: number;
}
// end copy