import { DaffCustomerChangePassword } from '@daffodil/customer/state'
Changes the password of the currently logged-in customer.
class DaffCustomerChangePassword implements Action {
readonly type: DaffCustomerActionTypes.CustomerChangePasswordAction = DaffCustomerActionTypes.CustomerChangePasswordAction
newPassword: string
oldPassword: string
}