ChangeEmailEvents
No description provided.
ChangeEmailEvents
Copy
Ask AI
type ChangeEmailEvents =
| { type: 'REQUEST'; email: string; options: ChangeEmailOptions }
| { type: 'SUCCESS' }
| { type: 'ERROR'; error: AuthErrorPayload | null }
Was this page helpful?
On this page
Assistant
Responses are generated using AI and may contain mistakes.