type alias ScalarMetricimport { type ScalarMetric } from "https://deno.land/x/windmill@v1.265.1/windmill-api/index.ts"; definition: { metric_id?: string; value: number; }