UNPKG

n8n-nodes-crawl4ai

Version:

n8n nodes for Crawl4AI web crawler and data extraction

8 lines (7 loc) 237 B
import { ICredentialType, INodeProperties } from 'n8n-workflow'; export declare class Crawl4aiApi implements ICredentialType { name: string; displayName: string; documentationUrl: string; properties: INodeProperties[]; }