UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

10 lines (7 loc) 262 B
/** * Clearbit - Person Resource * Re-exports all operation types for this resource. */ import type { ClearbitV1PersonEnrichNode } from './operation_enrich'; export * from './operation_enrich'; export type ClearbitV1PersonNode = ClearbitV1PersonEnrichNode;