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