import { DaffAuthResetPasswordInfo } from '@daffodil/auth'
interface DaffAuthResetPasswordInfo {
email: string
token: string
password: string
}
email string |
---|
The customer's email. |
token string |
---|
The reset password token. |
password string |
---|
The customer's new password. |