UNPKG

@convex-dev/workflow

Version:

Convex component for durably executing workflows.

4 lines 204 B
import { OriginalEnv } from "./step.js"; import { StepContext } from "./stepContext.js"; export declare function setupEnvironment(_ctx: StepContext): OriginalEnv; //# sourceMappingURL=environment.d.ts.map