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

RealmAggregatedData

import type { RealmAggregatedData } from "https://googleapis.deno.dev/v1/cloudnumberregistry:v1alpha.ts";

Aggregated data for the Realm.

interface RealmAggregatedData {
readonly customRangesCount?: number;
readonly discoveredRangesCount?: number;
}

§Properties

§
readonly customRangesCount?: number
[src]

Output only. Number of custom ranges in the Realm.

§
readonly discoveredRangesCount?: number
[src]

Output only. Number of discovered ranges in the Realm.