Skip to content

Commit 5077927

Browse files
committed
export WorkflowCtx
1 parent 6c063a5 commit 5077927

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export {
3535
vWorkflowStep,
3636
type WorkflowStep,
3737
} from "../types.js";
38-
export type { RunOptions } from "./types.js";
38+
export type { RunOptions, WorkflowCtx } from "./types.js";
3939
export { defineEvent } from "./events.js";
4040

4141
export type CallbackOptions = {

0 commit comments

Comments
 (0)