import { FlowStatusModule } from "https://deno.land/x/windmill@v1.41.0/windmill-api/models/FlowStatusModule.ts";
import { type FlowStatusModule } from "https://deno.land/x/windmill@v1.41.0/windmill-api/models/FlowStatusModule.ts";
definition: { type: FlowStatusModule.type; id?: string; job?: string; count?: number; iterator?: { index?: number; itered?: Array<any>; args?: any; }; flow_jobs?: Array<string>; branch_chosen?: { type: FlowStatusModule.type; branch?: number; }; branchall?: { branch: number; len: number; }; approvers?: Array<string>; }