Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/windmill/windmill-api/models/EditSchedule.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.345.2/windmill-api/models/EditSchedule.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; ws_error_handler_muted?: boolean; retry?: Retry; no_flow_overlap?: boolean; summary?: string; tag?: string; }