Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/live/actions/workflows/start.ts>WorkflowQS

Open-Source web editor based on Preact, Tailwind and TypeScript. The other side of code.
Go to Latest
variable WorkflowQS
import { WorkflowQS } from "https://deno.land/x/live@1.48.5/actions/workflows/start.ts";

type

{ buildFromProps: (workflow: ReturnType<fromWorkflowProps>) => string; extractFromUrl: (urlString: string) => Resolvable<Workflow> | undefined; }