DatabaseDeploymentDetailsAggregatedStats
import type { DatabaseDeploymentDetailsAggregatedStats } from "https://googleapis.deno.dev/v1/migrationcenter:v1.ts";Aggregated stats for the database deployment.
interface DatabaseDeploymentDetailsAggregatedStats  {
readonly databaseCount?: number;
}