UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

10 lines (7 loc) 242 B
/** * Segment - Group Resource * Re-exports all operation types for this resource. */ import type { SegmentV1GroupAddNode } from './operation_add'; export * from './operation_add'; export type SegmentV1GroupNode = SegmentV1GroupAddNode;