UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

10 lines (7 loc) 218 B
/** * TheHive Node - Version 1 * Re-exports all discriminator combinations. */ import type { TheHiveV1LogNode } from './resource_log'; export * from './resource_log'; export type TheHiveV1Node = TheHiveV1LogNode;