export type User = { id: number; firstName: string; lastName: string; email: string; initials: string; photoUrl: string; isAdmin: boolean; };