Module

x/wmill/bootstrap/script_bootstrap.ts>ScriptMetadata

Open-source developer platform to turn scripts into workflows and UIs. Fastest workflow engine (5x vs Airflow). Open-source alternative to Airplane and Retool.
Go to Latest
interface ScriptMetadata
import { type ScriptMetadata } from "https://dotland.deno.dev/x/wmill@v1.323.6/bootstrap/script_bootstrap.ts";

Properties

summary: string
description: string
lock: string | string[]
optional
is_template: boolean
kind: string
schema: { $schema: string; type: string; properties: { [name: string]: SchemaProperty; }; required: string[]; }