import type { RegistryStatsV3 } from '../schemas/RegistryStatsV3'; /** * Response body containing registry statistics */ export interface RegistriesStatsResponseBodyV3 { /** * List of registry statistics */ items: RegistryStatsV3[]; }