UNPKG

moip-sdk-node-ts

Version:
9 lines (8 loc) 213 B
declare const _default: { getOne: (_id: string) => Promise<any>; query: (_query: { filters: Record<string, any>; }) => Promise<any>; getAll: () => Promise<any>; }; export default _default;