UNPKG

n8n-nodes-brightdata

Version:

Community node to work with BrightData service for scraping purposes

4 lines (3 loc) 282 B
import type { ILoadOptionsFunctions, INodeListSearchResult } from 'n8n-workflow'; export declare function getActiveZones(this: ILoadOptionsFunctions): Promise<INodeListSearchResult>; export declare function getCountries(this: ILoadOptionsFunctions): Promise<INodeListSearchResult>;