/**
 * Humantic AI Node - Version 1
 * Re-exports all discriminator combinations.
 */

import type { HumanticAiV1ProfileNode } from './resource_profile';

export * from './resource_profile';

export type HumanticAiV1Node = HumanticAiV1ProfileNode;