UNPKG

@brightdata/n8n-nodes-brightdata

Version:
6 lines (5 loc) 504 B
import type { ILoadOptionsFunctions, INodeListSearchResult } from 'n8n-workflow'; export declare function getActiveZones(this: ILoadOptionsFunctions): Promise<INodeListSearchResult>; export declare function getCountries(this: ILoadOptionsFunctions): Promise<INodeListSearchResult>; export declare function getDataSets(this: ILoadOptionsFunctions): Promise<INodeListSearchResult>; export declare function ensureZoneExists(this: ILoadOptionsFunctions, zoneName?: string, zoneType?: string): Promise<void>;