Skip to main content
Module

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

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 EditSchedule
import { type EditSchedule } from "https://deno.land/x/windmill@v1.174.0/windmill-api/index.ts";
definition: { schedule: string; timezone: string; args: ScriptArgs; on_failure?: string; on_failure_times?: number; on_failure_exact?: boolean; on_failure_extra_args?: ScriptArgs; on_recovery?: string; on_recovery_times?: number; on_recovery_extra_args?: ScriptArgs; }