///<reference path='./../core.d.ts'/>
///<reference path='./../index.d.ts'/>

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