Skip to main content
type VerifyEmailOTPResult = {
  user: User;
  message: string;
  isNewUser: boolean;
};

Properties

PropertyType
userUser
messagestring
isNewUserboolean
I