import { type ListJobsData } from "https://deno.land/x/wmill@v1.418.0/gen/index.ts";
definition: { allWorkspaces?: boolean; args?: string; createdAfter?: string; createdBefore?: string; createdBy?: string; createdOrStartedAfter?: string; createdOrStartedAfterCompletedJobs?: string; createdOrStartedBefore?: string; hasNullParent?: boolean; isFlowStep?: boolean; isNotSchedule?: boolean; isSkipped?: boolean; jobKinds?: string; label?: string; page?: number; parentJob?: string; perPage?: number; result?: string; running?: boolean; scheduledForBeforeNow?: boolean; schedulePath?: string; scriptHash?: string; scriptPathExact?: string; scriptPathStart?: string; startedAfter?: string; startedBefore?: string; success?: boolean; suspended?: boolean; tag?: string; workspace: string; }