UNPKG

chargebee-typescript

Version:

A library in typescript for integrating with Chargebee.

10 lines (9 loc) 289 B
import { RequestWrapper } from "../request_wrapper"; import { Model } from "./model"; export declare class Configuration extends Model { domain?: string; product_catalog_version?: string; static list(params?: any): RequestWrapper; } export declare namespace _configuration { }