n8n-nodes-aiscraper
Version:
n8n node to call Parsera API for AI Scraping
10 lines (9 loc) • 358 B
TypeScript
import { IAuthenticateGeneric, ICredentialType, INodeProperties, ICredentialTestRequest } from 'n8n-workflow';
export declare class AIScraperApi implements ICredentialType {
name: string;
displayName: string;
documentationUrl: string;
properties: INodeProperties[];
authenticate: IAuthenticateGeneric;
test: ICredentialTestRequest;
}