export interface User { id: number; name: string; email: string; profilePhotoUrl: string; createdAt: string; }