type alias SetJobProgressDataimport { type SetJobProgressData } from "https://dotland.deno.dev/x/wmill@v1.418.0/gen/types.gen.ts"; definition: { id: string; requestBody: { percent?: number; flow_job_id?: string; }; workspace: string; }