/// /// declare module 'chargebee' { export interface SubscriptionEntitlementsUpdatedDetail { subscription_id?: string; has_next: boolean; } }