import { type WorkflowGen } from "https://deno.land/x/deco@1.75.1/mod.ts";
WorkflowGen is the generator function returned by a workflow function.
definition: Generator<Command, TResp | undefined, any>
import { type WorkflowGen } from "https://deno.land/x/deco@1.75.1/mod.ts";
WorkflowGen is the generator function returned by a workflow function.