import type { AuthoringFlowNodeDefinition } from './authoring.js'; import type { ValidatableFlowNodeDefinition } from './schema.js'; import type { FlowNodeDefinition } from './types.js'; export type AuthoringUnion = AuthoringFlowNodeDefinition; export type CanonicalUnion = FlowNodeDefinition; export type ValidatableUnion = ValidatableFlowNodeDefinition;