export interface SubscriptionPartitionStats { consumer_lag_seconds?: number; partition?: string; state?: string; }