/** * Request input for fetching package statistics */ export interface PackagesStatsRequestInputV3 { /** * List of package UUIDs to fetch statistics for */ packageIds: string[]; }