Skip to main content
Module

x/wmill/deps.ts>RawScript

Open-source web IDE, scalable runtime and platform for serverless, workflows and UIs
Go to Latest
namespace RawScript
import { RawScript } from "https://deno.land/x/wmill@v1.63.2/deps.ts";
type alias RawScript
import { type RawScript } from "https://deno.land/x/wmill@v1.63.2/deps.ts";
definition: { input_transforms: Record<string, InputTransform>; content: string; language: RawScript.language; path?: string; lock?: string; type: "rawscript"; }