export type UserInfo = { id: string; handle: string; name: string; email: string; };