UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

10 lines (7 loc) 254 B
/** * Pushcut Node - Version 1 * Re-exports all discriminator combinations. */ import type { PushcutV1NotificationNode } from './resource_notification'; export * from './resource_notification'; export type PushcutV1Node = PushcutV1NotificationNode;