AggregatedData
import type { AggregatedData } from "https://googleapis.deno.dev/v1/cloudnumberregistry:v1alpha.ts";Aggregated data for the RegistryBook.
interface AggregatedData {
readonly customRangesCount?: number;
readonly customRealmsCount?: number;
readonly discoveredRangesCount?: number;
readonly discoveredRealmsCount?: number;
readonly uniqueScopesCount?: number;
}