| 3 | import type { PortfolioData, ContributionData } from "@/types/portfolio" |
| 4 | |
| 5 | interface FetchOptions { |
| 6 | cache?: RequestCache |
| 7 | revalidate?: number |
| 8 | } |
| 9 | |
| 10 | export class APIClient { |
| 11 | private baseUrl: string |
nothing calls this directly
no outgoing calls
no test coverage detected