UNPKG

stocklift-charts

Version:

StockLift Web Component Charts

11 lines (10 loc) 221 B
interface SectorEntry { amount: number; cost_basis_total: number; percent: number; percent_change: string; sector: string; total_dollar_change: number; color: string; } export { SectorEntry };