import { type QueuedJob } from "https://dotland.deno.dev/x/wmill@v1.418.0/gen/types.gen.ts";
definition: { workspace_id?: string; id: string; parent_job?: string; created_by?: string; created_at?: string; started_at?: string; scheduled_for?: string; running: boolean; script_path?: string; script_hash?: string; args?: ScriptArgs; logs?: string; raw_code?: string; canceled: boolean; canceled_by?: string; canceled_reason?: string; last_ping?: string; job_kind: ; schedule_path?: string; permissioned_as: string; flow_status?: FlowStatus; raw_flow?: FlowValue; is_flow_step: boolean; language?: ; email: string; visible_to_owner: boolean; mem_peak?: number; tag: string; priority?: number; self_wait_time_ms?: number; aggregate_wait_time_ms?: number; suspend?: number; }
| "script"
| "preview"
| "dependencies"
| "flowdependencies"
| "appdependencies"
| "flow"
| "flowpreview"
| "script_hub"
| "identity"
| "deploymentcallback"
| "singlescriptflow"
| "python3"
| "deno"
| "go"
| "bash"
| "powershell"
| "postgresql"
| "mysql"
| "bigquery"
| "snowflake"
| "mssql"
| "graphql"
| "nativets"
| "bun"
| "php"
| "rust"
| "ansible"