diff --git a/src/types.ts b/src/types.ts index 9e81bea..90678cf 100644 --- a/src/types.ts +++ b/src/types.ts @@ -32,6 +32,20 @@ export type tasks = { result: { token: string } + }, + GeeTest3: { + params: { + siteKey: string, + pageUrl: string, + challenge: string, + apiServer?: string, + proxy?: string + }, + result: { + challenge: string, + validate: string, + seccode: string + } } }