EditSchedule: { args: ScriptArgs; no_flow_overlap?: boolean; on_failure?: string; on_failure_exact?: boolean; on_failure_extra_args?: ScriptArgs; on_failure_times?: number; on_recovery?: string; on_recovery_extra_args?: ScriptArgs; on_recovery_times?: number; retry?: Retry; schedule: string; summary?: string; tag?: string; timezone: string; ws_error_handler_muted?: boolean; }