Home > @vsf-enterprise/epcc-api > SetNewPasswordParams
# SetNewPasswordParams interface
Signature:
export interface SetNewPasswordParams
# Properties
| Property | Type | Description |
|---|---|---|
| string | The customer email. | |
| newPassword | string | The new password. |
| token | string | The validation token. |