Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ReportSummaryUtilizationChartData

import type { ReportSummaryUtilizationChartData } from "https://googleapis.deno.dev/v1/migrationcenter:v1.ts";

Utilization Chart is a specific type of visualization which displays a metric classified into "Used" and "Free" buckets.

interface ReportSummaryUtilizationChartData {
free?: bigint;
used?: bigint;
}

§Properties

§
free?: bigint
[src]

Aggregate value which falls into the "Free" bucket.

§
used?: bigint
[src]

Aggregate value which falls into the "Used" bucket.