diff --git a/src/client/index.ts b/src/client/index.ts index 2cc5c5b..517a3e0 100644 --- a/src/client/index.ts +++ b/src/client/index.ts @@ -21,7 +21,7 @@ import type { OpaqueIds, WorkflowComponent, WorkflowStep } from "./types.js"; import { workflowMutation } from "./workflowMutation.js"; export { vWorkflowId, type WorkflowId } from "../types.js"; -export type { RunOptions } from "./types.js"; +export type { RunOptions, WorkflowStep } from "./types.js"; export type CallbackOptions = { /**