import type { SubscriptionPartitionStats } from './subscription-partition-stats'; export interface SubscriptionStats { partitions?: Array; }