import { type Run } from "https://deno.land/x/netzo@0.3.91/core/proxies/cron.ts";
definition: { id: string; type: "cron"; name: string; schedule: string | Deno.CronSchedule; projectId: string | undefined; status: ; startedAt?: string | undefined; endedAt?: string | undefined; duration?: number | undefined; }
| "idle"
| "success"
| "running"
| "failed"