export interface User { id: number; email: string; username: string; balance: number; }