Skip to main content
Module

x/wmill/deps.ts>Schedule

Open-source developer platform to turn scripts into workflows and UIs. Open-source alternative to Airplane and Retool.
Go to Latest
type alias Schedule
import { type Schedule } from "https://deno.land/x/wmill@v1.185.0/deps.ts";
definition: { path: string; edited_by: string; edited_at: string; schedule: string; timezone: string; enabled: boolean; script_path: string; is_flow: boolean; args?: ScriptArgs; extra_perms: Record<string, boolean>; email: string; error?: string; }