Skip to main content
Module

x/wmill/deps.ts>NewSchedule

Open-source web IDE, scalable runtime and platform for serverless, workflows and UIs
Go to Latest
type alias NewSchedule
import { type NewSchedule } from "https://deno.land/x/wmill@v1.63.2/deps.ts";
definition: { path: string; schedule: string; offset?: number; script_path: string; is_flow: boolean; args: ScriptArgs; enabled?: boolean; }