GetUserResult
type GetUserResult = {  createdAt: string;  email?: string;  phone?: string;  smartAccountAddress?: string;  userId: string;  walletAddress: string;};type createdAt = string;type email = string;type phone = string;type smartAccountAddress = string;type userId = string;type walletAddress = string;