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