GetUserResult

type GetUserResult = {
createdAt: string;
email?: string;
phone?: string;
profiles: Array<Profile>;
userId: string;
walletAddress: string;
};