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

Range

import type { Range } from "https://googleapis.deno.dev/v1/monitoring:v3.ts";

The range of the population values.

interface Range {
max?: number;
min?: number;
}

§Properties

§
max?: number
[src]

The maximum of the population values.

§
min?: number
[src]

The minimum of the population values.