UNPKG

@brightdata/n8n-nodes-brightdata

Version:
13 lines (12 loc) 437 B
import { INodeType, INodeTypeDescription } from 'n8n-workflow'; import { getActiveZones, getCountries, getDataSets } from './SearchFunctions'; export declare class BrightData implements INodeType { description: INodeTypeDescription; methods: { listSearch: { getActiveZones: typeof getActiveZones; getCountries: typeof getCountries; getDataSets: typeof getDataSets; }; }; }