import { Message, MessageAttributes } from '@node-ts/bus-messages'; import { WorkflowState } from '../workflow-state'; export type WorkflowHandlerFn = (message: TMessage, data: Readonly, messageOptions: MessageAttributes) => Promise> | Promise | Partial | void;