type VerifyEmailOTPResult = { user: User; message: string; isNewUser: boolean; };
user
User
message
string
isNewUser
boolean
Was this page helpful?