Skip to main content
Module

x/wmill/deps.ts>Schedule

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