UNPKG

@bedrijfsdatanl/n8n-nodes-prospectpro

Version:

n8n node for ProspectPro - Identify Dutch B2B ProspectPro in rapid time

13 lines (12 loc) 479 B
import { INodeType, INodeTypeDescription } from 'n8n-workflow'; import { getProspectProTags, getProspectProAudiences, getProspectProOwners } from './GenericFunctions'; export declare class Prospectpro implements INodeType { description: INodeTypeDescription; methods: { loadOptions: { getTags: typeof getProspectProTags; getAudiences: typeof getProspectProAudiences; getOwners: typeof getProspectProOwners; }; }; }