& so it begins
This commit is contained in:
5
packages/logic/core/flow.execution.context.ts
Normal file
5
packages/logic/core/flow.execution.context.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export type FlowExecCtx = {
|
||||
flowId: string;
|
||||
userId?: string;
|
||||
sessionId?: string;
|
||||
};
|
||||
Reference in New Issue
Block a user