CurrentUserInfo = { id: string; email: string; firstName?: string; lastName?: string; } | null
id
string
email
firstName?
lastName?
null