export interface TenantSubscription { id: number; subscriptionId: number; name: string; }