import type { PackageStatsV3 } from '../schemas/PackageStatsV3'; /** * Response body containing package statistics */ export interface PackagesStatsResponseBodyV3 { /** * List of package statistics */ items: PackageStatsV3[]; }