interface IStartProxyParams {
    method: EnumWeb2Methods;
    options?: IWeb2RequestOptions;
    url: string;
}

Properties

Properties

url: string