import type { SubscriptionStats } from './subscription-stats'; export interface SubscriptionStatsResponse { items?: Array; }