We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c063a5 commit 5077927Copy full SHA for 5077927
src/client/index.ts
@@ -35,7 +35,7 @@ export {
35
vWorkflowStep,
36
type WorkflowStep,
37
} from "../types.js";
38
-export type { RunOptions } from "./types.js";
+export type { RunOptions, WorkflowCtx } from "./types.js";
39
export { defineEvent } from "./events.js";
40
41
export type CallbackOptions = {
0 commit comments