import { type NewSchedule } from "https://deno.land/x/windmill@v1.146.1/windmill-api/index.ts";
definition: { path: string; schedule: string; timezone: string; script_path: string; is_flow: boolean; args: ScriptArgs; enabled?: boolean; on_failure?: string; }