import { type Workflow } from "https://deno.land/x/live@1.53.6/deps.ts";
Type Parameters
optional
TCtx extends WorkflowContext = WorkflowContextdefinition: { (ctx: TCtx, ...args: [...TArgs]): WorkflowGen<TResp>; dispose?: () => void; }
import { type Workflow } from "https://deno.land/x/live@1.53.6/deps.ts";