UNPKG

chargebee

Version:

A library for integrating with Chargebee.

11 lines (9 loc) 217 B
///<reference path='./../core.d.ts'/> ///<reference path='./../index.d.ts'/> declare module 'chargebee' { export interface Download { download_url: string; valid_till: number; mime_type?: string; } }