@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 • 315 B
TypeScript
import { AxiosInstance } from 'axios';
import type { FeatureFlag, PaginatedResponse } from '@cranberry-money/shared-types';
export declare const getFeatureFlags: (apiClient: AxiosInstance) => Promise<import("axios").AxiosResponse<PaginatedResponse<FeatureFlag>, any, {}>>;
//# sourceMappingURL=featureFlags.d.ts.map