@qso-soft/shared
Version:
Shared library for QSO-soft
10 lines (9 loc) • 322 B
TypeScript
import { ProxyObject } from '../../types';
interface GetCapmonsterCaptcha {
taskType: null;
websiteURL: string;
websiteKey: string;
proxyObject?: ProxyObject;
}
export declare const getCapmonsterCaptcha: ({ proxyObject, taskType, websiteKey, websiteURL }: GetCapmonsterCaptcha) => Promise<any>;
export {};