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