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

PerformanceInsightsStat

import type { PerformanceInsightsStat } from "https://aws-api.deno.dev/v0.3/services/devopsguru.ts?docs=full";

A statistic in a Performance Insights collection.

interface PerformanceInsightsStat {
Type?: string | null;
Value?: number | null;
}

§Properties

§
Type?: string | null
[src]

The statistic type.

§
Value?: number | null
[src]

The value of the statistic.