import { ScriptService } from "https://deno.land/x/windmill@v1.44.0/windmill-api/services/ScriptService.ts";
create script
Parameters
unnamed 0: { workspace: string; requestBody: { path: string; parent_hash?: string; summary: string; description: string; content: string; schema?: any; is_template?: boolean; lock?: Array<string>; language: "python3" | "deno" | "go"; kind?: ; }; }
| "script"
| "failure"
| "trigger"
| "command"
| "approval"
Returns
CancelablePromise<string>
string script created