Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/live/commons/workflows/types.ts>WorkflowQS

Git-based Visual CMS for Deno, </> htmx and Tailwind apps. Deploy on any Deno-compatible host.
Very Popular
Go to Latest
variable WorkflowQS
import { WorkflowQS } from "https://deno.land/x/live@1.103.0/commons/workflows/types.ts";

type

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