import { type FlowStatus } from "https://deno.land/x/wmill@v1.417.3/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)>; }; }