import { type FlowStatus } from "https://deno.land/x/windmill@v1.416.1/windmill-api/index.ts";
definition: { step: number; modules: Array<FlowStatusModule>; user_states?: any; preprocessor_module?: FlowStatusModule; failure_module: (FlowStatusModule & { parent_module?: string; }); retry?: { fail_count?: number; failed_jobs?: Array<string>; }; }