From 992887f232b7e97d6dd40bcf6416bdc9ebf76cc0 Mon Sep 17 00:00:00 2001 From: dzmitry-duboyski Date: Mon, 12 Aug 2024 16:56:20 +0400 Subject: [PATCH] fix invisible type --- src/structs/2captcha.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/structs/2captcha.ts b/src/structs/2captcha.ts index bfbabf8..4549dab 100644 --- a/src/structs/2captcha.ts +++ b/src/structs/2captcha.ts @@ -12,7 +12,7 @@ const provider = getProviderData () export interface paramsRecaptcha { pageurl: string, googlekey: string, - invisible?: boolean, + invisible?: 0 | 1, datas?: string, domain?: string, cookies?: string,