EmailVerificationResponse interface
Response from email verification.
Properties
| message | A human-readable status message. |
| success | Whether the email was successfully verified. |
| title | An optional title for display. |
Property Details
message
A human-readable status message.
message: string
Property Value
string
success
Whether the email was successfully verified.
success: boolean
Property Value
boolean
title
An optional title for display.
title?: string
Property Value
string