@cranberry-money/shared-services
Version:
Platform-agnostic API services with pure functions and dependency injection. Includes auth, portfolios, assets, countries, sectors, and more.
4 lines • 312 B
TypeScript
import { AxiosInstance } from 'axios';
import type { UserAccount, PaginatedResponse } from '@cranberry-money/shared-types';
export declare const getAccounts: (apiClient: AxiosInstance) => Promise<import("axios").AxiosResponse<PaginatedResponse<UserAccount>, any, {}>>;
//# sourceMappingURL=user-accounts.d.ts.map