File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -8,11 +8,7 @@ import checkCaptchaParams from "../utils/checkCaptchaParams"
8
8
9
9
const provider = getProviderData ( )
10
10
11
- interface BaseSolve {
12
-
13
- }
14
-
15
- export interface paramsRecaptcha extends BaseSolve {
11
+ export interface paramsRecaptcha {
16
12
pageurl : string ,
17
13
googlekey : string ,
18
14
invisible ?: boolean ,
@@ -32,7 +28,7 @@ export interface paramsRecaptcha extends BaseSolve {
32
28
}
33
29
34
30
35
- export interface paramsHCaptcha extends BaseSolve {
31
+ export interface paramsHCaptcha {
36
32
sitekey : string ,
37
33
pageurl : string ,
38
34
header_acao ?: boolean ,
@@ -47,7 +43,7 @@ export interface paramsHCaptcha extends BaseSolve {
47
43
}
48
44
49
45
// FixMe:data[key] - how to send this parameter
50
- export interface paramsFunCaptcha extends BaseSolve {
46
+ export interface paramsFunCaptcha {
51
47
publickey : string ,
52
48
pageurl : string ,
53
49
surl ?: string ,
You can’t perform that action at this time.
0 commit comments