import { type RestartFlowAtStepData } from "https://deno.land/x/wmill@v1.418.0/gen/types.gen.ts";
definition: { branchOrIterationN: number; id: string; includeHeader?: string; invisibleToOwner?: boolean; jobId?: string; parentJob?: string; requestBody: ScriptArgs; scheduledFor?: string; scheduledInSecs?: number; stepId: string; tag?: string; workspace: string; }