UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

10 lines (7 loc) 238 B
/** * Vero - Event Resource * Re-exports all operation types for this resource. */ import type { VeroV1EventTrackNode } from './operation_track'; export * from './operation_track'; export type VeroV1EventNode = VeroV1EventTrackNode;