type alias GetJobMetricsDataimport { type GetJobMetricsData } from "https://dotland.deno.dev/x/wmill@v1.418.0/gen/types.gen.ts"; definition: { id: string; requestBody: { timeseries_max_datapoints?: number; from_timestamp?: string; to_timestamp?: string; }; workspace: string; }