export type ImmichUser = { id: string, email: string, firstName: string, lastName: string, isAdmin: boolean, }