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

x/wmill/gen/index.ts>RawScript

Open-source developer platform to power your entire infra and turn scripts into webhooks, workflows and UIs. Fastest workflow engine (13x vs Airflow). Open-source alternative to Retool and Temporal.
Latest
type alias RawScript
import { type RawScript } from "https://deno.land/x/wmill@v1.402.0/gen/index.ts";
definition: { input_transforms: { [key: string]: InputTransform; }; content: string; language:
| "deno"
| "bun"
| "python3"
| "go"
| "bash"
| "powershell"
| "postgresql"
| "mysql"
| "bigquery"
| "snowflake"
| "mssql"
| "graphql"
| "nativets"
| "php"
; path?: string; lock?: string; type: "rawscript"; tag?: string; concurrent_limit?: number; concurrency_time_window_s?: number; custom_concurrency_key?: string; }