UNPKG

chargebee

Version:

A library for integrating with Chargebee.

10 lines (8 loc) 174 B
///<reference path='./../core.d.ts'/> ///<reference path='./../index.d.ts'/> declare module 'chargebee' { export interface Brand { id: string; name: string; } }