import { CustomerResetInput } from '@daffodil/driver/shopify'
The input fields to reset a customer's password.
type CustomerResetInput = { password: Scalars['String']['input']; resetToken: Scalars['String']['input']; }