import { InvestmentItem } from '../investment-item.interface'; export interface PortfolioDividendsResponse { dividends: InvestmentItem[]; }