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;
}