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

ReportGroupTrendStats

import type { ReportGroupTrendStats } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/codebuild.ts";
interface ReportGroupTrendStats {
average?: string | null;
max?: string | null;
min?: string | null;
}

§Properties

§
average?: string | null
[src]
§
max?: string | null
[src]
§
min?: string | null
[src]