Skip to main content
Module

x/windmill/windmill-api/index.ts>NewScript

Windmill deno client (separated from the main repo because most of the code is auto-generated from the openapi and not worth committing)
Go to Latest
namespace NewScript
import { NewScript } from "https://deno.land/x/windmill@v1.298.0/windmill-api/index.ts";
type alias NewScript
import { type NewScript } from "https://deno.land/x/windmill@v1.298.0/windmill-api/index.ts";
definition: { path: string; parent_hash?: string; summary: string; description: string; content: string; schema?: any; is_template?: boolean; lock?: string; language: NewScript.language; kind?: NewScript.kind; tag?: string; draft_only?: boolean; envs?: Array<string>; concurrent_limit?: number; concurrency_time_window_s?: number; cache_ttl?: number; dedicated_worker?: boolean; ws_error_handler_muted?: boolean; priority?: number; restart_unless_cancelled?: boolean; timeout?: number; delete_after_use?: boolean; deployment_message?: string; concurrency_key?: string; visible_to_runner_only?: boolean; }