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