/** * Line Node - Version 1 * Re-exports all discriminator combinations. */ import type { LineV1NotificationNode } from './resource_notification'; export * from './resource_notification'; export type LineV1Node = LineV1NotificationNode;