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

import type { PushcutV1NotificationNode } from './resource_notification';

export * from './resource_notification';

export type PushcutV1Node = PushcutV1NotificationNode;