Skip to main content
Module

x/wmill/deps.ts>NewScript

Open-source developer platform to turn scripts into workflows and UIs. Open-source alternative to Airplane and Retool.
Go to Latest
namespace NewScript
import { NewScript } from "https://deno.land/x/wmill@v1.182.1/deps.ts";
type alias NewScript
import { type NewScript } from "https://deno.land/x/wmill@v1.182.1/deps.ts";
definition: { path: string; parent_hash?: string; summary: string; description: string; content: string; schema?: any; is_template?: boolean; lock?: Array<string>; language: NewScript.language; kind?: NewScript.kind; tag?: string; draft_only?: boolean; }