export type ImmichUser = { id: string; email: string; firstName: string; lastName: string; isAdmin: boolean; profileImagePath: string; shouldChangePassword: boolean; };