Skip to main content
Module

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

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
type alias Schedule
import { type Schedule } from "https://deno.land/x/windmill@v1.92.0/windmill-api/index.ts";
definition: { path: string; edited_by: string; edited_at: string; schedule: string; timezone: string; enabled: boolean; script_path: string; is_flow: boolean; args?: ScriptArgs; extra_perms: Record<string, boolean>; email: string; error?: string; }