GitHub

DaffCustomerUpdate

Updates the currently logged-in customer.

import { DaffCustomerUpdate } from '@daffodil/customer/state'
class DaffCustomerUpdate<<T extends DaffCustomer = DaffCustomer>>  implements Action {
  readonly type: DaffCustomerActionTypes.CustomerUpdateAction
  customer: Partial<T>
}

Properties

Name Type Description
type DaffCustomerActionTypes.CustomerUpdateAction
customer Partial<T>