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