import { type FlowStatus } from "https://dotland.deno.dev/x/wmill@v1.418.0/gen/types.gen.ts";
definition: { step: number; modules: Array<FlowStatusModule>; user_states?: { [key: string]: unknown; }; preprocessor_module?: (FlowStatusModule); failure_module: (FlowStatusModule & { parent_module?: string; }); retry?: { fail_count?: number; failed_jobs?: Array<(string)>; }; }