export interface AccountBalance { date: string; value: number; }