Files
illusory-iotam/packages/logic/core/flow.execution.context.ts
2026-03-27 20:06:38 +02:00

6 lines
96 B
TypeScript

export type FlowExecCtx = {
flowId: string;
userId?: string;
sessionId?: string;
};