Skip to main content
Module

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

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 Script
import { Script } from "https://deno.land/x/windmill@v1.73.1/windmill-api/index.ts";
type alias Script
import { type Script } from "https://deno.land/x/windmill@v1.73.1/windmill-api/index.ts";
definition: { workspace_id?: string; hash: string; path: string; parent_hashes?: Array<string>; summary: string; description: string; content: string; created_by: string; created_at: string; archived: boolean; schema?: any; deleted: boolean; is_template: boolean; extra_perms: Record<string, boolean>; lock?: string; lock_error_logs?: string; language: Script.language; kind: Script.kind; starred: boolean; }