ResetPasswordSubmitPasswordResultState type
The possible states for the ResetPasswordSubmitPasswordResult. This includes:
- ResetPasswordCompletedState: The reset password process has completed successfully.
- ResetPasswordFailedState: The reset password process has failed.
type ResetPasswordSubmitPasswordResultState =
| ResetPasswordCompletedState
| ResetPasswordFailedState