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

ReportSummary

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

Describes the Summary view of a Report, which contains aggregated values for all the groups and preference sets included in this Report.

interface ReportSummary {
groupFindings?: ReportSummaryGroupFinding[];
}

§Properties

§

Aggregate statistics for all the assets across all the groups.

§

Findings for each Group included in this report.