Skip to main content
Module

x/wmill/deps.ts>RawScript

Open-source developer platform to turn scripts into workflows and UIs. Open-source alternative to Airplane and Retool.
Go to Latest
namespace RawScript
import { RawScript } from "https://deno.land/x/wmill@v1.203.0/deps.ts";
type alias RawScript
import { type RawScript } from "https://deno.land/x/wmill@v1.203.0/deps.ts";
definition: { input_transforms: Record<string, InputTransform>; content: string; language: RawScript.language; path?: string; lock?: string; type: "rawscript"; tag?: string; concurrent_limit?: number; concurrency_time_window_s?: number; }