/** * TheHive Node - Version 1 * Re-exports all discriminator combinations. */ import type { TheHiveV1LogNode } from './resource_log'; export * from './resource_log'; export type TheHiveV1Node = TheHiveV1LogNode;