import { ShopifyCustomerResetInput } from '@daffodil/driver/shopify'
The input fields to reset a customer's password.
interface ShopifyCustomerResetInput {
password: string
resetToken: string
}
password string |
|---|
New password that will be set as part of the reset password process. |
resetToken string |
|---|
The reset token required to reset the customer’s password. |