import { type RunScriptByPathData } from "https://dotland.deno.dev/x/wmill@v1.418.0/gen/index.ts";
definition: { cacheTtl?: string; invisibleToOwner?: boolean; jobId?: string; parentJob?: string; path: string; requestBody: ScriptArgs; scheduledFor?: string; scheduledInSecs?: number; skipPreprocessor?: boolean; tag?: string; workspace: string; }