UNPKG

n8n-nodes-brightdata

Version:

Community node to work with BrightData service for scraping purposes

9 lines (8 loc) 301 B
import { IAuthenticateGeneric, ICredentialType, INodeProperties } from 'n8n-workflow'; export declare class BrightDataApi implements ICredentialType { name: string; displayName: string; documentationUrl: string; properties: INodeProperties[]; authenticate: IAuthenticateGeneric; }