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/cloudnumberregistry:v1alpha.ts";

Message describing either a CustomRange or a DiscoveredRange.

interface Range {
customRange?: CustomRange;
discoveredRange?: DiscoveredRange;
utilization?: RangeUtilization;
}

§Properties

§
customRange?: CustomRange
[src]

A custom range.

§
discoveredRange?: DiscoveredRange
[src]

A discovered range.

§
utilization?: RangeUtilization
[src]

The utilization of the range.