type alias ListSchedulesDataimport { type ListSchedulesData } from "https://dotland.deno.dev/x/wmill@v1.418.0/gen/types.gen.ts"; definition: { args?: string; isFlow?: boolean; page?: number; path?: string; pathStart?: string; perPage?: number; workspace: string; }