UNPKG

chargebee-typescript

Version:

A library in typescript for integrating with Chargebee.

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