UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

10 lines (7 loc) 286 B
/** * Autopilot - ContactJourney Resource * Re-exports all operation types for this resource. */ import type { AutopilotV1ContactJourneyAddNode } from './operation_add'; export * from './operation_add'; export type AutopilotV1ContactJourneyNode = AutopilotV1ContactJourneyAddNode;