export interface PortfolioOverview { committedFunds: number; fees: number; ordersCount: number; totalBuy: number; totalSell: number; }