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

import type { BubbleV1ObjectNode } from './resource_object';

export * from './resource_object';

export type BubbleV1Node = BubbleV1ObjectNode;