GitHub

DaffAuthResetPasswordInfo

import { DaffAuthResetPasswordInfo } from '@daffodil/auth'

interface DaffAuthResetPasswordInfo {
  email: string
  token: string
  password: string
}

Properties

email
string

The customer's email.

token
string

The reset password token.

password
string

The customer's new password.