UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

10 lines (7 loc) 226 B
/** * Drift Node - Version 1 * Re-exports all discriminator combinations. */ import type { DriftV1ContactNode } from './resource_contact'; export * from './resource_contact'; export type DriftV1Node = DriftV1ContactNode;