/// /// declare module 'chargebee' { export interface Brand { id: string; name: string; } }