Profile

type Profile = {
details: {
address?: Address;
email?: string;
id?: string;
phone?: string;
};
type: AuthOption | "wallet";
};