UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

10 lines (7 loc) 234 B
/** * RocketChat Node - Version 1 * Re-exports all discriminator combinations. */ import type { RocketchatV1ChatNode } from './resource_chat'; export * from './resource_chat'; export type RocketchatV1Node = RocketchatV1ChatNode;