We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad13d02 commit 992887fCopy full SHA for 992887f
src/structs/2captcha.ts
@@ -12,7 +12,7 @@ const provider = getProviderData ()
12
export interface paramsRecaptcha {
13
pageurl: string,
14
googlekey: string,
15
- invisible?: boolean,
+ invisible?: 0 | 1,
16
datas?: string,
17
domain?: string,
18
cookies?: string,
0 commit comments