UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

10 lines (7 loc) 250 B
/** * Phantombuster Node - Version 1 * Re-exports all discriminator combinations. */ import type { PhantombusterV1AgentNode } from './resource_agent'; export * from './resource_agent'; export type PhantombusterV1Node = PhantombusterV1AgentNode;