export type TUserProfile = { id: string; name: string; avatar: string; metadata: Record; public_key: string; };