/** * Request input for fetching registry statistics */ export interface RegistriesStatsRequestInputV3 { /** * List of registry UUIDs to fetch statistics for */ registryIds: string[]; }