/** * Contains information about a FlowNodeInstances result. */ export type FlowNodeInstanceResult = { flowNodeInstanceId: string; flowNodeId: string; result: any; };