UNPKG

moip-sdk-node-ts

Version:
11 lines (10 loc) 461 B
import { HttpConfig } from '../client/types'; import * as types from './subscriber-types'; declare const _default: { getOne: (_code: string) => Promise<any>; getAll: () => Promise<any>; create: (subscriber: types.Subscriber, config: HttpConfig) => Promise<any>; update: (_code: string, subscriber: types.Subscriber) => Promise<any>; updateBilling: (_code: string, billingInfo: types.BillingInfo) => Promise<any>; }; export default _default;