import { type WorkflowGen } from "https://deno.land/x/live@1.77.0/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/live@1.77.0/mod.ts";
WorkflowGen is the generator function returned by a workflow function.