@brightdata/n8n-nodes-brightdata
Version:
Bright Data service for scraping purposes in n8n
10 lines (9 loc) • 359 B
TypeScript
import { IAuthenticateGeneric, ICredentialType, INodeProperties, ICredentialTestRequest } from 'n8n-workflow';
export declare class BrightDataApi implements ICredentialType {
name: string;
displayName: string;
documentationUrl: string;
properties: INodeProperties[];
authenticate: IAuthenticateGeneric;
test: ICredentialTestRequest;
}