import { DaffSendResetEmail } from '@daffodil/auth/state'
An action triggered to send the specified customer an email to reset their password.
class DaffSendResetEmail implements Action {
readonly type: DaffAuthResetPasswordActionTypes.SendResetEmailAction = DaffAuthResetPasswordActionTypes.SendResetEmailAction
email: string
}