type alias ListFlowsDataimport { type ListFlowsData } from "https://dotland.deno.dev/x/wmill@v1.418.0/gen/index.ts"; definition: { createdBy?: string; includeDraftOnly?: boolean; orderDesc?: boolean; page?: number; pathExact?: string; pathStart?: string; perPage?: number; showArchived?: boolean; starredOnly?: boolean; withDeploymentMsg?: boolean; workspace: string; }import ListFlowsDataimport { ListFlowsData } from "https://dotland.deno.dev/x/wmill@v1.418.0/gen/index.ts";