Files
illusory-mapp/packages/logic/core/flow.execution.context.ts
2026-02-28 14:50:04 +02:00

6 lines
96 B
TypeScript

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