UNPKG

moip-sdk-node-ts

Version:
8 lines (7 loc) 252 B
import * as types from './account-types'; declare const _default: { create: (account: types.Account) => Promise<any>; getOne: (_id: string) => Promise<any>; exists: (_query: Record<string, any>) => Promise<any>; }; export default _default;