export class User { id: number; email: string; password: string; fullName: string; }