UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

10 lines (7 loc) 226 B
/** * Bubble Node - Version 1 * Re-exports all discriminator combinations. */ import type { BubbleV1ObjectNode } from './resource_object'; export * from './resource_object'; export type BubbleV1Node = BubbleV1ObjectNode;