import { DaffSendResetEmailSuccess } from '@daffodil/auth/state'
An action triggered upon a successfully sent reset password email.
class DaffSendResetEmailSuccess implements Action {
readonly type: DaffAuthResetPasswordActionTypes.SendResetEmailSuccessAction = DaffAuthResetPasswordActionTypes.SendResetEmailSuccessAction
}