import { Portfolio } from "./portfolio"; export interface Account { fetchPortfolio: () => Portfolio; }